| Package | Description |
|---|---|
| xapi.collect | |
| xapi.collect.api | |
| xapi.collect.impl | |
| xapi.collect.service | |
| xapi.dev.ui.html | |
| xapi.gwt.collect | |
| xapi.gwtc.api |
| 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,
javax.inject.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,
javax.inject.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,
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) |
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) |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHtmlGenerator.addHtml(String name,
Html html,
IntTo<String> elOrder) |
protected void |
AbstractHtmlGenerator.fillMembers(com.google.gwt.core.ext.typeinfo.JClassType templateType,
IntTo<String> elOrder) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntToListGwt<E> |
| Modifier and Type | Method and Description |
|---|---|
static <V> IntTo<V> |
IntToListGwt.create(javax.inject.Provider<V[]> arrayProvider) |
static <V> IntTo<V> |
IntToListGwt.createForClass(Class<V> cls) |
static <V> IntTo<V> |
IntToListGwt.newInstance() |
<V> IntTo<V> |
CollectionServiceGwt.newList(Class<? extends V> cls,
CollectionOptions opts) |
<V> IntTo<V> |
CollectionServiceGwt.newSet(Class<V> cls,
CollectionOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
IntTo<String> |
GwtManifest.getDependencies() |
IntTo<String> |
GwtManifest.getExtraArgs() |
IntTo<String> |
GwtManifest.getJvmArgs() |
IntTo<String> |
GwtManifest.getSources() |
IntTo<String> |
GwtManifest.getSystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GwtManifest.addGwtArtifact(IntTo<String> cp,
String gwtHome,
String gwtVersion,
String artifact) |
protected void |
GwtManifest.addItemsBeforeGwtDev(IntTo<String> cp,
boolean inDependencies)
This hook method is provided to allow subclasses to inject specific dependencies before gwt-dev.
|
GwtManifest |
GwtManifest.setDependencies(IntTo<String> dependencies) |
GwtManifest |
GwtManifest.setExtraArgs(IntTo<String> extraArgs) |
void |
GwtManifest.setJvmArgs(IntTo<String> jvmArgs) |
GwtManifest |
GwtManifest.setSources(IntTo<String> sources) |
GwtManifest |
GwtManifest.setSystemProperties(IntTo<String> systemProperties) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.