| Package | Description |
|---|---|
| com.revolsys.collection.map | |
| com.revolsys.factory | |
| com.revolsys.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> V |
Maps.get(Map<K,? extends Object> map,
K key,
Factory<V> factory) |
static <K1,K2,V> V |
Maps.getMap(Map<K1,Map<K2,V>> map,
K1 key1,
K2 key2,
Factory<V> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListFactory<V> |
class |
HashMapFactory<K,V> |
class |
HashSetFactory<V> |
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
Locals.get(ThreadLocal<V> local,
Factory<V> factory) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.