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