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,RelationUsersTagsChangesetsUtilities 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 classStorage.PrimitiveIdHashHash forPrimitiveId.Fields in org.openstreetmap.josm.data.osm declared as Hash Modifier and Type Field Description private Hash<K,? super T>Storage.FMap. fHashprivate Hash<? super T,? super T>Storage. hashMethods 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> intStorage. 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 newStoragewith given hash.Storage(Hash<? super T,? super T> ha, boolean safeIterator)Constructs a newStoragewith given hash.Storage(Hash<? super T,? super T> ha, int capacity)Constructs a newStoragewith given hash and capacity.Storage(Hash<? super T,? super T> ha, int capacity, boolean safeIterator)Constructs a newStoragewith 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 classDuplicateNode.NodeHash
-