Uses of Class
squidpony.squidgrid.SpatialMap.SpatialTriple
| Package | Description |
|---|---|
| squidpony.squidgrid |
Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .
|
-
Uses of SpatialMap.SpatialTriple in squidpony.squidgrid
Fields in squidpony.squidgrid with type parameters of type SpatialMap.SpatialTriple Modifier and Type Field Description protected OrderedMap<I,SpatialMap.SpatialTriple<I,E>>SpatialMap. itemMappingprotected OrderedMap<Coord,SpatialMap.SpatialTriple<I,E>>SpatialMap. positionMappingMethods in squidpony.squidgrid that return SpatialMap.SpatialTriple Modifier and Type Method Description SpatialMap.SpatialTriple<I,E>SpatialMap. randomEntry(IRNG rng)Methods in squidpony.squidgrid that return types with arguments of type SpatialMap.SpatialTriple Modifier and Type Method Description Iterator<SpatialMap.SpatialTriple<I,E>>SpatialMap. tripleIterator()Iterates through values similar to Map.Entry, but containing a Coord, I, and E value for each entry, in insertion order.Collection<SpatialMap.SpatialTriple<I,E>>SpatialMap. triples()Gets all data stored in this as a collection of values similar to Map.Entry, but containing a Coord, I, and E value for each entry, in insertion order.Methods in squidpony.squidgrid with parameters of type SpatialMap.SpatialTriple Modifier and Type Method Description voidSpatialMap. put(SpatialMap.SpatialTriple<I,E> triple)Inserts a SpatialTriple into this SpatialMap without changing it, potentially overwriting an existing element.