Class IntRange

java.lang.Object
java.util.AbstractCollection<Integer>
it.unimi.dsi.fastutil.ints.AbstractIntCollection
it.unimi.dsi.fastutil.ints.AbstractIntList
org.cloudburstmc.server.utils.IntRange
All Implemented Interfaces:
it.unimi.dsi.fastutil.ints.IntCollection, it.unimi.dsi.fastutil.ints.IntIterable, it.unimi.dsi.fastutil.ints.IntList, it.unimi.dsi.fastutil.ints.IntStack, it.unimi.dsi.fastutil.Stack<Integer>, Comparable<List<? extends Integer>>, Iterable<Integer>, Collection<Integer>, List<Integer>

public class IntRange extends it.unimi.dsi.fastutil.ints.AbstractIntList
  • Nested Class Summary

    Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.ints.AbstractIntList

    it.unimi.dsi.fastutil.ints.AbstractIntList.IntRandomAccessSubList, it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
  • Constructor Summary

    Constructors
    Constructor
    Description
    IntRange​(int start, int end)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    getInt​(int index)
     
    int
     
    int
     

    Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractIntList

    add, add, addAll, addAll, addAll, addAll, addElements, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, peekInt, popInt, push, rem, removeElements, removeInt, replaceAll, set, setElements, size, subList, toArray, toIntArray, topInt, toString

    Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractIntCollection

    add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toIntArray

    Methods inherited from class java.util.AbstractCollection

    isEmpty, toArray, toArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    toArray

    Methods inherited from interface it.unimi.dsi.fastutil.ints.IntCollection

    containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, spliterator, stream, toIntArray

    Methods inherited from interface it.unimi.dsi.fastutil.ints.IntIterable

    forEach, forEach

    Methods inherited from interface it.unimi.dsi.fastutil.ints.IntList

    add, add, addAll, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, spliterator, unstableSort, unstableSort

    Methods inherited from interface it.unimi.dsi.fastutil.ints.IntStack

    peek, pop, push, top

    Methods inherited from interface java.util.List

    containsAll, isEmpty, removeAll, retainAll, toArray, toArray

    Methods inherited from interface it.unimi.dsi.fastutil.Stack

    isEmpty
  • Constructor Details

    • IntRange

      public IntRange(int start, int end)
  • Method Details