| Package | Description |
|---|---|
| net.kuujo.copycat.collections | |
| net.kuujo.copycat.collections.internal.collection |
| Modifier and Type | Method and Description |
|---|---|
static <T> AsyncList<T> |
AsyncList.create(String name)
Creates a new asynchronous list with the default cluster configuration.
|
static <T> AsyncList<T> |
AsyncList.create(String name,
ClusterConfig cluster)
Creates a new asynchronous list with the default list configuration.
|
static <T> AsyncList<T> |
AsyncList.create(String name,
ClusterConfig cluster,
AsyncListConfig config)
Creates a new asynchronous list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncList<T>
Default asynchronous list.
|
Copyright © 2013-2015. All Rights Reserved.