Uses of Class
squidpony.squidmath.IntDoubleOrderedMap.MapEntry
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of IntDoubleOrderedMap.MapEntry in squidpony.squidmath
Methods in squidpony.squidmath that return IntDoubleOrderedMap.MapEntry Modifier and Type Method Description IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap. entryAt(int idx)
Gets the key-value Map.Entry at the given index in the iteration order in constant time (random-access).IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap.MapEntrySet. first()
IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap.MapEntrySet. last()
IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap.FastEntryIterator. next()
IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap.FastEntryIterator. previous()
IntDoubleOrderedMap.MapEntry
IntDoubleOrderedMap. randomEntry(IRNG rng)
Gets a random entry from this OrderedMap in constant time, using the given IRNG to generate a random number.Methods in squidpony.squidmath that return types with arguments of type IntDoubleOrderedMap.MapEntry Modifier and Type Method Description Comparator<? super IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. comparator()
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap. entrySet()
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. headSet(IntDoubleOrderedMap.MapEntry toElement)
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. subSet(IntDoubleOrderedMap.MapEntry fromElement, IntDoubleOrderedMap.MapEntry toElement)
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. tailSet(IntDoubleOrderedMap.MapEntry fromElement)
Methods in squidpony.squidmath with parameters of type IntDoubleOrderedMap.MapEntry Modifier and Type Method Description void
IntDoubleOrderedMap.FastEntryIterator. add(IntDoubleOrderedMap.MapEntry ok)
boolean
IntDoubleOrderedMap.MapEntrySet. add(IntDoubleOrderedMap.MapEntry k)
Unsupported.SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. headSet(IntDoubleOrderedMap.MapEntry toElement)
void
IntDoubleOrderedMap.FastEntryIterator. set(IntDoubleOrderedMap.MapEntry ok)
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. subSet(IntDoubleOrderedMap.MapEntry fromElement, IntDoubleOrderedMap.MapEntry toElement)
SortedSet<IntDoubleOrderedMap.MapEntry>
IntDoubleOrderedMap.MapEntrySet. tailSet(IntDoubleOrderedMap.MapEntry fromElement)
Method parameters in squidpony.squidmath with type arguments of type IntDoubleOrderedMap.MapEntry Modifier and Type Method Description boolean
IntDoubleOrderedMap.MapEntrySet. addAll(Collection<? extends IntDoubleOrderedMap.MapEntry> c)
Unsupported.