Class LongFloatOrderedMap.OrderedMapEntries
java.lang.Object
java.util.AbstractCollection<LongFloatMap.Entry>
java.util.AbstractSet<LongFloatMap.Entry>
com.github.tommyettinger.ds.LongFloatMap.Entries
com.github.tommyettinger.ds.LongFloatOrderedMap.OrderedMapEntries
- All Implemented Interfaces:
EnhancedCollection<LongFloatMap.Entry>, Iterable<LongFloatMap.Entry>, Collection<LongFloatMap.Entry>, Set<LongFloatMap.Entry>
- Enclosing class:
LongFloatOrderedMap
-
Field Summary
FieldsFields inherited from class LongFloatMap.Entries
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendInto(LongFloatMap map) Append the remaining items that this can iterate through into the given LongFloatMap.iterator()Returns an iterator over the elements contained in this collection.Methods inherited from class LongFloatMap.Entries
appendInto, size, toList, toStringMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface EnhancedCollection
add, add, add, addAll, addAll, addAll, addAllIterable, addLegible, addLegible, addVarargs, appendTo, appendTo, containsAll, containsAll, containsAll, containsAllIterable, containsAny, containsAny, containsAny, containsAnyIterable, first, removeAll, removeAll, removeAll, removeAllIterable, removeEach, removeEach, removeEach, removeEachIterable, toString, toString, toString
-
Field Details
-
keys
-
-
Constructor Details
-
OrderedMapEntries
-
-
Method Details
-
appendInto
Description copied from class:LongFloatMap.EntriesAppend the remaining items that this can iterate through into the given LongFloatMap. Does not change the position of this iterator.- Overrides:
appendIntoin classLongFloatMap.Entries- Parameters:
map- a modifiable LongFloatMap; may have items appended into it- Returns:
- the given map
-
iterator
Description copied from class:LongFloatMap.EntriesReturns an iterator over the elements contained in this collection.- Specified by:
iteratorin interfaceCollection<LongFloatMap.Entry>- Specified by:
iteratorin interfaceIterable<LongFloatMap.Entry>- Specified by:
iteratorin interfaceSet<LongFloatMap.Entry>- Overrides:
iteratorin classLongFloatMap.Entries- Returns:
- an iterator over the elements contained in this collection
-