Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl |
Modifier and Type | Class and Description |
---|---|
class |
ListClientProxy<E> |
class |
QueueClientProxy<E> |
class |
SetClientProxy<E> |
Modifier and Type | Interface and Description |
---|---|
interface |
IList<E> |
interface |
IQueue<E> |
interface |
ISet<E>
Concurrent, Distributed Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListProxy<E> |
interface |
QProxy<E> |
interface |
SetProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
ListProxyImpl |
class |
QProxyImpl |
class |
SetProxyImpl |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.