HeaderValues

final class HeaderValues extends AbstractCollection[String] with Deque[String] with List[String]
trait List[String]
trait Deque[String]
trait Queue[String]
class AbstractCollection[String]
trait Collection[String]
trait Iterable[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(x$1: Int, x$2: String): Unit
def addAll(x$1: Int, x$2: Collection[_ <: String]): Boolean
def addFirst(x$1: String): Unit
def addLast(x$1: String): Unit
def descendingIterator(): Iterator[String]
def element(): String
def get(x$1: Int): String
def getFirst(): String
def getHeaderName(): String
def getLast(): String
def indexOf(x$1: Object): Int
def iterator(): Iterator[String]
def lastIndexOf(x$1: Object): Int
def listIterator(x$1: Int): ListIterator[String]
def listIterator(): ListIterator[String]
def offer(x$1: String): Boolean
def offerFirst(x$1: String): Boolean
def offerLast(x$1: String): Boolean
def peek(): String
def peekFirst(): String
def peekLast(): String
def poll(): String
def pollFirst(): String
def pollLast(): String
def pop(): String
def push(x$1: String): Unit
def remove(): String
def remove(x$1: Int): String
def removeFirst(): String
def removeFirstOccurrence(x$1: Object): Boolean
def removeLast(): String
def removeLastOccurrence(x$1: Object): Boolean
def set(x$1: Int, x$2: String): String
def size(): Int
def subList(x$1: Int, x$2: Int): List[String]

Inherited methods

def add(x$0: String): Boolean
Inherited from:
AbstractCollection
def addAll(x$0: Collection[_ <: String]): Boolean
Inherited from:
AbstractCollection
def clear(): Unit
Inherited from:
AbstractCollection
def contains(x$0: <FromJavaObject>): Boolean
Inherited from:
AbstractCollection
def containsAll(x$0: Collection[_ <: <FromJavaObject>]): Boolean
Inherited from:
AbstractCollection
def forEach(x$0: Consumer[_ >: String <: <FromJavaObject>]): Unit
Inherited from:
Iterable
def isEmpty(): Boolean
Inherited from:
AbstractCollection
def parallelStream(): Stream[E]
Inherited from:
Collection
def remove(x$0: <FromJavaObject>): Boolean
Inherited from:
AbstractCollection
def removeAll(x$0: Collection[_ <: <FromJavaObject>]): Boolean
Inherited from:
AbstractCollection
def removeIf(x$0: Predicate[_ >: String <: <FromJavaObject>]): Boolean
Inherited from:
Collection
def replaceAll(x$0: UnaryOperator[String]): Unit
Inherited from:
List
def retainAll(x$0: Collection[_ <: <FromJavaObject>]): Boolean
Inherited from:
AbstractCollection
def sort(x$0: Comparator[_ >: String <: <FromJavaObject>]): Unit
Inherited from:
List
def spliterator(): Spliterator[E]
Inherited from:
List
def stream(): Stream[E]
Inherited from:
Collection
def toArray[T <: <FromJavaObject>](x$0: Array[Object & T]): Array[Object & T]
Inherited from:
AbstractCollection
def toArray(): Array[<FromJavaObject>]
Inherited from:
AbstractCollection
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
AbstractCollection