| Package | Description |
|---|---|
| xapi.collect | |
| xapi.collect.api | |
| xapi.collect.impl | |
| xapi.collect.service |
| Modifier and Type | Method and Description |
|---|---|
static <V> IntTo<V> |
X_Collect.asList(V... elements) |
static <V> IntTo<V> |
X_Collect.asSet(V... elements) |
static <V> IntTo<V> |
X_Collect.newList(Class<? extends V> cls) |
static <V> IntTo<V> |
X_Collect.newSet(Class<V> cls) |
| Modifier and Type | Method and Description |
|---|---|
static <X> StringTo.Many<X> |
X_Collect.newStringMultiMap(Class<X> component,
Map<String,IntTo<X>> map) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntTo.Many<T> |
| Constructor and Description |
|---|
IntToIterable(IntTo<T> self) |
IntToIterator(IntTo<T> source) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntToAbstract<V> |
class |
IntToList<E> |
class |
IntToManyList<X> |
| Modifier and Type | Method and Description |
|---|---|
IntTo<X> |
IntToManyList.at(int index) |
IntTo<X> |
IntToManyList.get(Object key) |
IntTo<X> |
StringToManyList.get(String key) |
protected IntTo<X> |
StringToManyList.newList() |
<V> IntTo<V> |
CollectionServiceDefault.newList(Class<? extends V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceDefault.newSet(Class<V> cls,
CollectionOptions opts) |
IntTo<X> |
IntToManyList.pop() |
IntTo<X> |
IntToManyList.put(Map.Entry<Integer,IntTo<X>> item) |
IntTo<X> |
IntToManyList.remove(Object key) |
IntTo<X>[] |
IntToManyList.toArray() |
| Modifier and Type | Method and Description |
|---|---|
Deque<IntTo<X>> |
IntToManyList.asDeque() |
List<IntTo<X>> |
IntToManyList.asList() |
Set<IntTo<X>> |
IntToManyList.asSet() |
ObjectTo<Integer,IntTo<X>> |
IntToManyList.clone(CollectionOptions options) |
Map.Entry<Integer,IntTo<X>> |
IntToManyList.entryFor(Object key) |
Iterable<IntTo<X>> |
IntToManyList.forEach() |
protected Deque<IntTo<X>> |
IntToManyList.newDeque() |
protected List<IntTo<X>> |
IntToManyList.newList() |
protected Map<Integer,IntTo<X>> |
IntToManyList.newMap() |
protected Set<IntTo<X>> |
IntToManyList.newSet() |
Collection<IntTo<X>> |
IntToManyList.toCollection(Collection<IntTo<X>> into) |
Map<Integer,IntTo<X>> |
IntToManyList.toMap(Map<Integer,IntTo<X>> into) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntToManyList.add(IntTo<X> item) |
boolean |
IntToManyList.addAll(IntTo<X>... items) |
boolean |
IntToManyList.contains(IntTo<X> value) |
boolean |
IntToManyList.findRemove(IntTo<X> value,
boolean all) |
int |
IntToManyList.indexOf(IntTo<X> value) |
boolean |
IntToManyList.insert(int pos,
IntTo<X> item) |
void |
IntToManyList.push(IntTo<X> value) |
void |
IntToManyList.set(int index,
IntTo<X> value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntToManyList.addAll(Iterable<IntTo<X>> items) |
IntTo<X> |
IntToManyList.put(Map.Entry<Integer,IntTo<X>> item) |
Collection<IntTo<X>> |
IntToManyList.toCollection(Collection<IntTo<X>> into) |
Map<Integer,IntTo<X>> |
IntToManyList.toMap(Map<Integer,IntTo<X>> into) |
| Constructor and Description |
|---|
ManyAbstract(Class<K> keyType,
Class<V> valueType,
CollectionProxy<K,IntTo<V>> store,
Provider<Iterable<Map.Entry<K,IntTo<V>>>> iteratorProvider,
Comparator<K> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<K> keyType,
Class<V> valueType,
CollectionProxy<K,IntTo<V>> store,
Provider<Iterable<Map.Entry<K,IntTo<V>>>> iteratorProvider,
Comparator<K> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<K> keyType,
Class<V> valueType,
CollectionProxy<K,IntTo<V>> store,
Provider<Iterable<Map.Entry<K,IntTo<V>>>> iteratorProvider,
Comparator<K> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<V> valueType,
CollectionProxy<Class<?>,IntTo<V>> store,
Provider<Iterable<Map.Entry<Class<?>,IntTo<V>>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<V> valueType,
CollectionProxy<Class<?>,IntTo<V>> store,
Provider<Iterable<Map.Entry<Class<?>,IntTo<V>>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<IntTo<V>> valueComparator) |
ManyAbstract(Class<V> valueType,
CollectionProxy<Class<?>,IntTo<V>> store,
Provider<Iterable<Map.Entry<Class<?>,IntTo<V>>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<IntTo<V>> valueComparator) |
StringToManyList(Class<X> componentClass,
Map<String,IntTo<X>> map) |
| Modifier and Type | Method and Description |
|---|---|
<V> IntTo<V> |
CollectionService.newList(Class<? extends V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionService.newSet(Class<V> cls,
CollectionOptions opts) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.