|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.emory.mathcs.util.collections.ints.AbstractIntCollection
edu.emory.mathcs.util.collections.ints.AbstractIntSet
edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet
edu.emory.mathcs.util.collections.ints.AbstractIntInterval
edu.emory.mathcs.util.collections.ints.IntCollections.SimpleInterval
Nested Class Summary |
Nested classes inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntInterval |
AbstractIntInterval.ComplementView, AbstractIntInterval.ConstrainedView, AbstractIntInterval.SimpleIntervalItemIterator, AbstractIntInterval.SimpleReverseIntervalItemIterator |
Nested classes inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet |
AbstractIntSortedSet.AbstractComplementSubView, AbstractIntSortedSet.AbstractSubView, AbstractIntSortedSet.ForwardIntervalItemIterator, AbstractIntSortedSet.ReverseIntervalItemIterator |
Constructor Summary | |
IntCollections.SimpleInterval(int first,
int last)
|
Method Summary | |
int |
first()
Returns the smallest number in this set. |
int |
getFirst()
|
int |
getLast()
|
int |
last()
Returns the largest number in this set. |
int |
max()
The largest number that can be stored in this set. |
int |
min()
The smallest number that can be stored in this set. |
Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntInterval |
addInterval, ceiling, ceilingInterval, clear, complementSet, contains, containsInterval, descendingIntervalIterator, descendingIterator, enclosingInterval, firstInterval, floor, floorInterval, higher, higherInterval, intervalCount, intervalIterator, isEmpty, iterator, lastInterval, lower, lowerInterval, pollFirst, pollFirstInterval, pollLast, pollLastInterval, removeInterval, retainInterval, size64, subSet, toString |
Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSortedSet |
headSet, retainAll, tailSet, toCompactString |
Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntSet |
addAll, equals, hashCode, removeAll |
Methods inherited from class edu.emory.mathcs.util.collections.ints.AbstractIntCollection |
add, containsAll, remove, size, toArray, toArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.emory.mathcs.util.collections.ints.IntSortedSet |
headSet, tailSet, toCompactString |
Methods inherited from interface edu.emory.mathcs.util.collections.ints.IntSet |
add, addAll, containsAll, equals, hashCode, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
public IntCollections.SimpleInterval(int first, int last)
Method Detail |
public int getFirst()
getFirst
in class AbstractIntInterval
public int getLast()
getLast
in class AbstractIntInterval
public int first()
IntSortedSet
first
in interface IntSortedSet
first
in class AbstractIntInterval
public int last()
IntSortedSet
last
in interface IntSortedSet
last
in class AbstractIntInterval
public int min()
IntSet
min
in interface IntSet
min
in class AbstractIntInterval
public int max()
IntSet
max
in interface IntSet
max
in class AbstractIntInterval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |