Uses of Class
net.mtrop.doom.struct.map.SparseGridIndex.Pair
Packages that use SparseGridIndex.Pair
-
Uses of SparseGridIndex.Pair in net.mtrop.doom.struct.map
Classes in net.mtrop.doom.struct.map that implement interfaces with type arguments of type SparseGridIndex.PairModifier and TypeClassDescriptionclass
This is a grid that contains a grid of Object data generally used for maps and lookups.Fields in net.mtrop.doom.struct.map with type parameters of type SparseGridIndex.PairModifier and TypeFieldDescriptionprotected HashMap
<SparseGridIndex.Pair, T> SparseGridIndex.data
List of grid codes.Methods in net.mtrop.doom.struct.map that return types with arguments of type SparseGridIndex.PairMethods in net.mtrop.doom.struct.map with parameters of type SparseGridIndex.PairModifier and TypeMethodDescriptionboolean
SparseGridIndex.Pair.equals
(SparseGridIndex.Pair p) Checks if this pair equals another.