| Package | Description |
|---|---|
| xapi.collect.impl | |
| xapi.dev.processor | |
| xapi.process.api | |
| xapi.source | |
| xapi.util.api | |
| xapi.util.impl |
| Modifier and Type | Method and Description |
|---|---|
protected static <Key,Value> |
AbstractMultiInitMap.adapt(ConvertsValue<Key,String> keyConverter) |
| Modifier and Type | Method and Description |
|---|---|
Value |
AbstractMultiInitMap.initialize(Pair<Key,Params> params) |
protected void |
AbstractMultiInitMap.logInitError(Pair<Key,Params> params,
Throwable e) |
| Constructor and Description |
|---|
AbstractMultiInitMap(ConvertsValue<Key,String> keyConverter,
ConvertsValue<Pair<Key,Params>,Value> valueConverter) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
InjectionAnnotationProcessor.PlatformPair |
| Modifier and Type | Method and Description |
|---|---|
RemovalHandler |
AsyncCondition.await(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire)
Waits indefinitely for the given condition.
|
RemovalHandler |
AsyncCondition.awaitWithDeadline(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire,
float millisToWait)
The same rules as
AsyncCondition.await(SuccessHandler), but with a millisecond
timeout that will share a notification pool, so a minimum of threads
are needed to simply check deadlines and cancel / notify / continue. |
| Modifier and Type | Method and Description |
|---|---|
static Pair<String,Integer> |
X_Source.extractArrayDepth(String from) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Triple<X,Y,Z> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPair<X,Y> |
class |
ComparablePair<X extends Comparable<X>,Y extends Comparable<Y>>
A pair which implements comparable, using both components as comparable objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <X,Y> Pair<X,Y> |
PairBuilder.newPair() |
static <X,Y> Pair<X,Y> |
PairBuilder.pairOf(X x,
Y y) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.