java.lang.Object
colesico.framework.http.MultiValue<T>
public final class MultiValue<T>
extends java.lang.Object
- Author:
- Vladlen Larionov
-
Constructor Summary
Constructors
| Constructor |
Description |
MultiValue(java.util.Collection<T> values) |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
isEmpty() |
Returns true if this collection contains no elements.
|
java.util.Iterator<T> |
iterator() |
|
int |
size() |
|
T |
value() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public MultiValue(
java.util.Collection<T> values)
-
Method Details
-
-
-
public boolean isEmpty()
Returns true if this collection contains no elements.
- Returns:
- true if this collection contains no elements
-
public java.util.Iterator<T> iterator()