Package org.apache.hc.core5.http.config
Class NamedElementChain<E>
java.lang.Object
org.apache.hc.core5.http.config.NamedElementChain<E>
- Type Parameters:
E
-
Chain of doubly linked elements.
This implementation makes no attempts to ensure uniqueness of element names.
-
Field Details
-
master
-
size
private int size
-
-
Constructor Details
-
NamedElementChain
public NamedElementChain()
-
-
Method Details
-
getFirst
-
getLast
-
addFirst
-
addLast
-
find
-
doFind
-
addBefore
-
addAfter
-
remove
-
replace
-
getSize
public int getSize()
-