Class CouchbaseArraySet<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
com.couchbase.client.java.datastructures.CouchbaseArraySet<T>
Type Parameters:
T - the type of values in the set.
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

@Committed public class CouchbaseArraySet<T> extends AbstractSet<T>
A CouchbaseArraySet is a Set backed by a Couchbase document (more specifically a JSON array). Note that a CouchbaseArraySet is restricted to primitive types (the types that a JSON array can contain, except JsonObject and JsonArray). null entries are supported.
Since:
2.3.6