| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm | |
| org.openstreetmap.josm.data.validation.tests |
| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.PrimitiveIdHash |
| Modifier and Type | Field and Description |
|---|---|
(package private) Hash<K,? super T> |
Storage.FMap.fHash |
private Hash<? super T,? super T> |
Storage.hash |
| Modifier and Type | Method and Description |
|---|---|
static <O> Hash<O,O> |
Storage.defaultHash()
A factory for default hash implementation.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
DuplicateNode.NodeHash |