Class MultiValue<T>

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

    • MultiValue

      public MultiValue​(java.util.Collection<T> values)
  • Method Details

    • value

      public T value()
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
      Returns true if this collection contains no elements.
      Returns:
      true if this collection contains no elements
    • iterator

      public java.util.Iterator<T> iterator()