| Package | Description |
|---|---|
| net.kuujo.copycat.collections | |
| net.kuujo.copycat.collections.internal.collection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncCollection<T extends AsyncCollection<T,U>,U>
Asynchronous collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncList<T>
Asynchronous list.
|
interface |
AsyncSet<T>
Asynchronous set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncCollection<S extends AsyncCollection<S,V>,T extends CollectionState<T,V>,U extends AsyncCollectionProxy<V>,V>
Abstract asynchronous collection implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncCollection<S extends AsyncCollection<S,V>,T extends CollectionState<T,V>,U extends AsyncCollectionProxy<V>,V>
Abstract asynchronous collection implementation.
|
class |
DefaultAsyncList<T>
Default asynchronous list.
|
class |
DefaultAsyncSet<T>
Default asynchronous set.
|
Copyright © 2013-2015. All Rights Reserved.