@InterfaceStability.Uncommitted @InterfaceAudience.Private public class MultiValue<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
MultiValue(Collection<T> values)
Create MultiValue out of a Collection of objects.
|
MultiValue(T... values)
Create MultiValue out of an enumeration of objects (as a vararg).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MultiValue(T... values)
public MultiValue(Collection<T> values)
Copyright © 2015 Couchbase, Inc.