| Package | Description |
|---|---|
| xapi.collect.api | |
| xapi.collect.impl | |
| xapi.collect.proxy | |
| xapi.gwt.collect |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassTo<V> |
static interface |
ClassTo.Many<V> |
interface |
IntTo<T> |
static interface |
IntTo.Many<T> |
interface |
ObjectTo<K,V> |
static interface |
ObjectTo.Many<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassToDefault<V> |
class |
ClassToDelegate<V> |
static class |
ClassToDelegate.ManyAbstract<V> |
class |
IntToAbstract<V> |
class |
IntToList<E> |
class |
IntToManyList<X> |
class |
ObjectToAbstract<K,V> |
static class |
ObjectToAbstract.ManyAbstract<K,V> |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> CollectionProxy<K,V> |
CollectionServiceDefault.newProxy(Class<K> keyType,
Class<V> valueType,
CollectionOptions opts) |
| Constructor and Description |
|---|
ClassToDelegate(Class<V> valueType,
CollectionProxy<Class<?>,V> store,
javax.inject.Provider<Iterable<Map.Entry<Class<?>,V>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<V> valueComparator) |
IntToAbstract(CollectionProxy<Integer,V> store,
CollectionOptions opts,
Comparator<V> comparator) |
IteratorProxy(CollectionProxy<K,V> proxy) |
ManyAbstract(Class<K> keyType,
Class<V> valueType,
CollectionProxy<K,IntTo<V>> store,
javax.inject.Provider<Iterable<Map.Entry<K,IntTo<V>>>> iteratorProvider,
Comparator<K> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<V> valueType,
CollectionProxy<Class<?>,IntTo<V>> store,
javax.inject.Provider<Iterable<Map.Entry<Class<?>,IntTo<V>>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ObjectToAbstract(Class<K> keyType,
Class<V> valueType,
CollectionProxy<K,V> store,
javax.inject.Provider<Iterable<Map.Entry<K,V>>> iteratorProvider,
Comparator<K> keyComparator,
Comparator<V> valueComparator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapOf<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
IntToListGwt<E> |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.