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 TypeClassDescriptionclassThis 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.dataList 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 TypeMethodDescriptionbooleanSparseGridIndex.Pair.equals(SparseGridIndex.Pair p) Checks if this pair equals another.