public static class Long2BooleanMaps.UnmodifyableOrderedEntrySet extends Long2BooleanMaps.UnmodifyableEntrySet implements ObjectOrderedSet<Long2BooleanMap.Entry>
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
boolean |
addAndMoveToFirst(Long2BooleanMap.Entry o)
A customized add method that allows you to insert into the first index.
|
boolean |
addAndMoveToLast(Long2BooleanMap.Entry o)
A customized add method that allows you to insert into the last index.
|
ObjectOrderedSet<Long2BooleanMap.Entry> |
copy()
A Function that does a shallow clone of the Collection itself.
|
Long2BooleanMap.Entry |
first()
A method to get the first element in the set
|
ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
iterator(Long2BooleanMap.Entry fromElement)
A type Specific Iterator starting from a given key
|
Long2BooleanMap.Entry |
last()
A method to get the last element in the set
|
boolean |
moveToFirst(Long2BooleanMap.Entry o)
A specific move method to move a given key to the first index.
|
boolean |
moveToLast(Long2BooleanMap.Entry o)
A specific move method to move a given key to the last index.
|
Long2BooleanMap.Entry |
pollFirst()
A method to get and remove the first element in the set
|
Long2BooleanMap.Entry |
pollLast()
A method to get and remove the last element in the set
|
forEachaddOrGetadd, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAny, containsAny, count, equals, findFirst, forEach, forEachIndexed, hashCode, isEmpty, matchesAll, matchesAny, matchesNone, reduce, reduce, remove, removeAll, removeAll, removeAll, removeIf, retainAll, retainAll, retainAll, size, toArray, toArray, toStringspliterator, synchronize, synchronize, unmodifiableadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayaddAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, toArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic boolean addAndMoveToFirst(Long2BooleanMap.Entry o)
ObjectOrderedSetaddAndMoveToFirst in interface ObjectOrderedSet<Long2BooleanMap.Entry>o - the element that should be insertedSet.add(Object)public boolean addAndMoveToLast(Long2BooleanMap.Entry o)
ObjectOrderedSetaddAndMoveToLast in interface ObjectOrderedSet<Long2BooleanMap.Entry>o - the element that should be insertedSet.add(Object)public boolean moveToFirst(Long2BooleanMap.Entry o)
ObjectOrderedSetmoveToFirst in interface ObjectOrderedSet<Long2BooleanMap.Entry>o - that should be moved to the first indexpublic boolean moveToLast(Long2BooleanMap.Entry o)
ObjectOrderedSetmoveToLast in interface ObjectOrderedSet<Long2BooleanMap.Entry>o - that should be moved to the first lastpublic ObjectOrderedSet<Long2BooleanMap.Entry> copy()
ObjectCollectioncopy in interface ObjectCollection<Long2BooleanMap.Entry>copy in interface ObjectOrderedSet<Long2BooleanMap.Entry>copy in interface ObjectSet<Long2BooleanMap.Entry>copy in class ObjectSets.UnmodifiableSet<Long2BooleanMap.Entry>public ObjectBidirectionalIterator<Long2BooleanMap.Entry> iterator()
ObjectCollectioniterator in interface java.lang.Iterable<Long2BooleanMap.Entry>iterator in interface java.util.Collection<Long2BooleanMap.Entry>iterator in interface java.util.Set<Long2BooleanMap.Entry>iterator in interface ObjectCollection<Long2BooleanMap.Entry>iterator in interface ObjectIterable<Long2BooleanMap.Entry>iterator in interface ObjectOrderedSet<Long2BooleanMap.Entry>iterator in interface ObjectSet<Long2BooleanMap.Entry>iterator in class Long2BooleanMaps.UnmodifyableEntrySetCollection.iterator()public ObjectBidirectionalIterator<Long2BooleanMap.Entry> iterator(Long2BooleanMap.Entry fromElement)
ObjectOrderedSetiterator in interface ObjectOrderedSet<Long2BooleanMap.Entry>fromElement - the element the iterator should start frompublic Long2BooleanMap.Entry first()
ObjectOrderedSetfirst in interface ObjectOrderedSet<Long2BooleanMap.Entry>public Long2BooleanMap.Entry pollFirst()
ObjectOrderedSetpollFirst in interface ObjectOrderedSet<Long2BooleanMap.Entry>public Long2BooleanMap.Entry last()
ObjectOrderedSetlast in interface ObjectOrderedSet<Long2BooleanMap.Entry>public Long2BooleanMap.Entry pollLast()
ObjectOrderedSetpollLast in interface ObjectOrderedSet<Long2BooleanMap.Entry>