Uses of Interface
org.openstreetmap.josm.data.osm.Hash
-
Packages that use Hash Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of Hash in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement Hash Modifier and Type Class Description static class
Storage.PrimitiveIdHash
Hash forPrimitiveId
.Fields in org.openstreetmap.josm.data.osm declared as Hash Modifier and Type Field Description private Hash<K,? super T>
Storage.FMap. fHash
private Hash<? super T,? super T>
Storage. hash
Methods in org.openstreetmap.josm.data.osm that return Hash Modifier and Type Method Description static <O> Hash<O,O>
Storage. defaultHash()
A factory for default hash implementation.Methods in org.openstreetmap.josm.data.osm with parameters of type Hash Modifier and Type Method Description <K> java.util.Map<K,T>
Storage. foreignKey(Hash<K,? super T> h)
private <K> int
Storage. getBucket(Hash<K,? super T> ha, K key)
Finds a bucket for given key.Constructors in org.openstreetmap.josm.data.osm with parameters of type Hash Constructor Description FMap(Hash<K,? super T> h)
Storage(Hash<? super T,? super T> ha)
Constructs a newStorage
with given hash.Storage(Hash<? super T,? super T> ha, boolean safeIterator)
Constructs a newStorage
with given hash.Storage(Hash<? super T,? super T> ha, int capacity)
Constructs a newStorage
with given hash and capacity.Storage(Hash<? super T,? super T> ha, int capacity, boolean safeIterator)
Constructs a newStorage
with given hash and capacity. -
Uses of Hash in org.openstreetmap.josm.data.validation.tests
Classes in org.openstreetmap.josm.data.validation.tests that implement Hash Modifier and Type Class Description protected static class
DuplicateNode.NodeHash
-