|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.emory.mathcs.util.collections.longs.AbstractLongCollection
edu.emory.mathcs.util.collections.longs.AbstractLongSet
edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet
edu.emory.mathcs.util.collections.longs.AbstractLongInterval
edu.emory.mathcs.util.collections.longs.LongCollections.SimpleInterval
| Nested Class Summary |
| Nested classes inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongInterval |
AbstractLongInterval.ComplementView, AbstractLongInterval.ConstrainedView, AbstractLongInterval.SimpleIntervalItemIterator, AbstractLongInterval.SimpleReverseIntervalItemIterator |
| Nested classes inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongSortedSet |
AbstractLongSortedSet.AbstractComplementSubView, AbstractLongSortedSet.AbstractSubView, AbstractLongSortedSet.ForwardIntervalItemIterator, AbstractLongSortedSet.ReverseIntervalItemIterator |
| Constructor Summary | |
LongCollections.SimpleInterval(long first,
long last)
|
|
| Method Summary | |
long |
first()
Returns the smallest number in this set. |
long |
getFirst()
|
long |
getLast()
|
long |
last()
Returns the largest number in this set. |
long |
max()
The largest number that can be stored in this set. |
long |
min()
The smallest number that can be stored in this set. |
| Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongInterval |
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.longs.AbstractLongSortedSet |
headSet, retainAll, tailSet, toCompactString |
| Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongSet |
addAll, equals, hashCode, removeAll |
| Methods inherited from class edu.emory.mathcs.util.collections.longs.AbstractLongCollection |
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.longs.LongSortedSet |
headSet, tailSet, toCompactString |
| Methods inherited from interface edu.emory.mathcs.util.collections.longs.LongSet |
add, addAll, containsAll, equals, hashCode, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
public LongCollections.SimpleInterval(long first,
long last)
| Method Detail |
public long getFirst()
getFirst in class AbstractLongIntervalpublic long getLast()
getLast in class AbstractLongIntervalpublic long first()
LongSortedSet
first in interface LongSortedSetfirst in class AbstractLongIntervalpublic long last()
LongSortedSet
last in interface LongSortedSetlast in class AbstractLongIntervalpublic long min()
LongSet
min in interface LongSetmin in class AbstractLongIntervalpublic long max()
LongSet
max in interface LongSetmax in class AbstractLongInterval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||