public class CarrierItem extends Object implements Iterator<CarrierItem>
| Constructor and Description |
|---|
CarrierItem(String headKey,
String headValue) |
CarrierItem(String headKey,
String headValue,
CarrierItem next) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadKey() |
String |
getHeadValue() |
boolean |
hasNext() |
CarrierItem |
next() |
void |
remove() |
void |
setHeadValue(String headValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CarrierItem(String headKey, String headValue, CarrierItem next)
public String getHeadKey()
public String getHeadValue()
public void setHeadValue(String headValue)
public boolean hasNext()
hasNext in interface Iterator<CarrierItem>public CarrierItem next()
next in interface Iterator<CarrierItem>public void remove()
remove in interface Iterator<CarrierItem>Copyright © 2019 The Apache Software Foundation. All rights reserved.