| Package | Description |
|---|---|
| xapi.collect | |
| xapi.collect.api | |
| xapi.collect.impl | |
| xapi.collect.proxy | |
| xapi.gwt.collect |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
X_Collect.copyInto(HasValues<K,V> from,
HasValues<K,V> into) |
static <K,V> void |
X_Collect.copyInto(HasValues<K,V> from,
HasValues<K,V> into) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassTo<V> |
static interface |
ClassTo.Many<V> |
interface |
ObjectTo<K,V> |
static interface |
ObjectTo.Many<K,V> |
interface |
StringTo<V>
StringTo is a special mapping interface,
since it has the best possible native support in dictionary-oriented
languages, like javascript, we do not extend ObjectTo, which
forces generic override problems in the GWT compiler,
rather, we tie in to the HasValues interface instead.
|
static interface |
StringTo.Many<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassToDefault<V> |
class |
ClassToDelegate<V> |
static class |
ClassToDelegate.ManyAbstract<V> |
class |
ObjectToAbstract<K,V> |
static class |
ObjectToAbstract.ManyAbstract<K,V> |
class |
StringDictionaryDefault<V> |
class |
StringToAbstract<V> |
class |
StringToDeepMap<X> |
class |
StringToManyList<X> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapOf<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
StringToGwt<V> |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.