Package | Description |
---|---|
org.jetlang.web |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValueList.Entry> |
KeyValueList.getHeaders() |
java.util.Iterator<KeyValueList.Entry> |
KeyValueList.iterator() |
java.util.Spliterator<KeyValueList.Entry> |
KeyValueList.spliterator() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueList.forEach(java.util.function.Consumer<? super KeyValueList.Entry> action) |
Constructor and Description |
---|
KeyValueList(java.util.List<KeyValueList.Entry> entries,
boolean caseSensitive) |
Copyright © 2019. All Rights Reserved.