| Package | Description |
|---|---|
| xapi.collect | |
| xapi.collect.api | |
| xapi.collect.impl | |
| xapi.collect.proxy | |
| xapi.collect.service | |
| xapi.gwt.collect |
| Modifier and Type | Field and Description |
|---|---|
static CollectionOptions |
X_Collect.IMMUTABLE |
static CollectionOptions |
X_Collect.IMMUTABLE_LIST |
static CollectionOptions |
X_Collect.IMMUTABLE_SET |
static CollectionOptions |
X_Collect.MUTABLE |
static CollectionOptions |
X_Collect.MUTABLE_INSERTION_ORDERED |
static CollectionOptions |
X_Collect.MUTABLE_LIST |
static CollectionOptions |
X_Collect.MUTABLE_SET |
| Modifier and Type | Method and Description |
|---|---|
static <T> Comparator<T> |
X_Collect.getComparator(CollectionOptions opts) |
static <K,V> ObjectTo<K,V> |
X_Collect.newMap(Class<K> keyCls,
Class<V> valueCls,
CollectionOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
CollectionOptions |
CollectionOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ObjectTo<K,V> |
ObjectToAbstract.clone(CollectionOptions options) |
ObjectTo<Integer,IntTo<X>> |
IntToManyList.clone(CollectionOptions options) |
ObjectTo<Integer,E> |
IntToList.clone(CollectionOptions options) |
ObjectTo<Integer,V> |
IntToAbstract.clone(CollectionOptions options) |
<V> ClassTo<V> |
CollectionServiceDefault.newClassMap(Class<V> cls,
CollectionOptions opts) |
<V> ClassTo.Many<V> |
CollectionServiceDefault.newClassMultiMap(Class<V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceDefault.newList(Class<? extends V> cls,
CollectionOptions opts) |
<K,V> ObjectTo<K,V> |
CollectionServiceDefault.newMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
protected <K,V> Map<K,V> |
CollectionServiceDefault.newMap(CollectionOptions opts) |
<K,V> ObjectTo.Many<K,V> |
CollectionServiceDefault.newMultiMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
protected <K,V> CollectionProxy<K,V> |
CollectionServiceDefault.newProxy(Class<K> keyType,
Class<V> valueType,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceDefault.newSet(Class<V> cls,
CollectionOptions opts) |
<V> StringTo<V> |
CollectionServiceDefault.newStringMap(Class<? extends V> cls,
CollectionOptions opts) |
<V> StringTo.Many<V> |
CollectionServiceDefault.newStringMultiMap(Class<V> cls,
CollectionOptions opts) |
| Constructor and Description |
|---|
IntToAbstract(CollectionProxy<Integer,V> store,
CollectionOptions opts,
Comparator<V> comparator) |
| Modifier and Type | Method and Description |
|---|---|
ObjectTo<K,V> |
MapOf.clone(CollectionOptions options) |
ObjectTo<K,V> |
CollectionProxy.clone(CollectionOptions options) |
static <V> List<V> |
ListOf.create(CollectionOptions options) |
| Constructor and Description |
|---|
ListOf(CollectionOptions opts) |
SetOf(CollectionOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
<V> ClassTo<V> |
CollectionService.newClassMap(Class<V> cls,
CollectionOptions opts) |
<V> ClassTo.Many<V> |
CollectionService.newClassMultiMap(Class<V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionService.newList(Class<? extends V> cls,
CollectionOptions opts) |
<K,V> ObjectTo<K,V> |
CollectionService.newMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
<K,V> ObjectTo.Many<K,V> |
CollectionService.newMultiMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionService.newSet(Class<V> cls,
CollectionOptions opts) |
<V> StringTo<V> |
CollectionService.newStringMap(Class<? extends V> cls,
CollectionOptions opts) |
<V> StringTo.Many<V> |
CollectionService.newStringMultiMap(Class<V> cls,
CollectionOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
ObjectTo<Integer,E> |
IntToListGwt.clone(CollectionOptions options) |
<V> ClassTo<V> |
CollectionServiceGwt.newClassMap(Class<V> cls,
CollectionOptions opts) |
<V> ClassTo.Many<V> |
CollectionServiceGwt.newClassMultiMap(Class<V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceGwt.newList(Class<? extends V> cls,
CollectionOptions opts) |
<K,V> ObjectTo<K,V> |
CollectionServiceGwt.newMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
<K,V> ObjectTo.Many<K,V> |
CollectionServiceGwt.newMultiMap(Class<K> key,
Class<V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceGwt.newSet(Class<V> cls,
CollectionOptions opts) |
<V> StringTo<V> |
CollectionServiceGwtDev.newStringMap(Class<? extends V> cls,
CollectionOptions opts) |
<V> StringTo<V> |
CollectionServiceGwt.newStringMap(Class<? extends V> cls,
CollectionOptions opts) |
<V> StringTo.Many<V> |
CollectionServiceGwt.newStringMultiMap(Class<V> cls,
CollectionOptions opts) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.