V - the type of elements maintained by this Collectionpublic static class Float2ObjectMaps.UnmodifyableOrderedEntrySet<V> extends Float2ObjectMaps.UnmodifyableEntrySet<V> implements ObjectOrderedSet<Float2ObjectMap.Entry<V>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAndMoveToFirst(Float2ObjectMap.Entry<V> o)
A customized add method that allows you to insert into the first index.
|
boolean |
addAndMoveToLast(Float2ObjectMap.Entry<V> o)
A customized add method that allows you to insert into the last index.
|
ObjectOrderedSet<Float2ObjectMap.Entry<V>> |
copy()
A Function that does a shallow clone of the Collection itself.
|
Float2ObjectMap.Entry<V> |
first()
A method to get the first element in the set
|
ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
iterator(Float2ObjectMap.Entry<V> fromElement)
A type Specific Iterator starting from a given key
|
Float2ObjectMap.Entry<V> |
last()
A method to get the last element in the set
|
boolean |
moveToFirst(Float2ObjectMap.Entry<V> o)
A specific move method to move a given key to the first index.
|
boolean |
moveToLast(Float2ObjectMap.Entry<V> o)
A specific move method to move a given key to the last index.
|
Float2ObjectMap.Entry<V> |
pollFirst()
A method to get and remove the first element in the set
|
Float2ObjectMap.Entry<V> |
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, 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, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedpublic boolean addAndMoveToFirst(Float2ObjectMap.Entry<V> o)
ObjectOrderedSetaddAndMoveToFirst in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>o - the element that should be insertedSet.add(Object)public boolean addAndMoveToLast(Float2ObjectMap.Entry<V> o)
ObjectOrderedSetaddAndMoveToLast in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>o - the element that should be insertedSet.add(Object)public boolean moveToFirst(Float2ObjectMap.Entry<V> o)
ObjectOrderedSetmoveToFirst in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>o - that should be moved to the first indexpublic boolean moveToLast(Float2ObjectMap.Entry<V> o)
ObjectOrderedSetmoveToLast in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>o - that should be moved to the first lastpublic ObjectOrderedSet<Float2ObjectMap.Entry<V>> copy()
ObjectCollectioncopy in interface ObjectCollection<Float2ObjectMap.Entry<V>>copy in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>copy in interface ObjectSet<Float2ObjectMap.Entry<V>>copy in class ObjectSets.UnmodifiableSet<Float2ObjectMap.Entry<V>>public ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> iterator()
ObjectCollectioniterator in interface java.lang.Iterable<Float2ObjectMap.Entry<V>>iterator in interface java.util.Collection<Float2ObjectMap.Entry<V>>iterator in interface java.util.Set<Float2ObjectMap.Entry<V>>iterator in interface ObjectCollection<Float2ObjectMap.Entry<V>>iterator in interface ObjectIterable<Float2ObjectMap.Entry<V>>iterator in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>iterator in interface ObjectSet<Float2ObjectMap.Entry<V>>iterator in class Float2ObjectMaps.UnmodifyableEntrySet<V>Collection.iterator()public ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> iterator(Float2ObjectMap.Entry<V> fromElement)
ObjectOrderedSetiterator in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>fromElement - the element the iterator should start frompublic Float2ObjectMap.Entry<V> first()
ObjectOrderedSetfirst in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>public Float2ObjectMap.Entry<V> pollFirst()
ObjectOrderedSetpollFirst in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>public Float2ObjectMap.Entry<V> last()
ObjectOrderedSetlast in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>public Float2ObjectMap.Entry<V> pollLast()
ObjectOrderedSetpollLast in interface ObjectOrderedSet<Float2ObjectMap.Entry<V>>