|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hash | |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.validation.tests |
Uses of Hash in org.openstreetmap.josm.data.osm |
---|
Classes in org.openstreetmap.josm.data.osm that implement Hash | |
---|---|
private static class |
DataSet.IdHash
|
Fields in org.openstreetmap.josm.data.osm declared as Hash | |
---|---|
(package 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 | ||
---|---|---|
static
|
Storage.defaultHash()
A factory for default hash implementation. |
Methods in org.openstreetmap.josm.data.osm with parameters of type Hash | ||
---|---|---|
|
Storage.foreignKey(Hash<K,? super T> h)
|
|
private
|
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 | |
---|---|
Storage.FMap(Hash<K,? super T> h)
|
|
Storage(Hash<? super T,? super T> ha)
|
|
Storage(Hash<? super T,? super T> ha,
boolean safeIterator)
|
|
Storage(Hash<? super T,? super T> ha,
int capacity)
|
|
Storage(Hash<? super T,? super T> ha,
int capacity,
boolean safeIterator)
constructor |
Uses of Hash in org.openstreetmap.josm.data.validation.tests |
---|
Classes in org.openstreetmap.josm.data.validation.tests that implement Hash | |
---|---|
private static class |
DuplicateNode.NodeHash
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |