|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractTlvChain
ImmutableTlvChain
An immutable TLV chain, a TLV chain that cannot be modified after its creation.
Method Summary | |
protected java.util.List |
getTlvList()
Returns a list of all of the TLV's in this chain. |
protected java.util.Map |
getTlvMap()
Returns a map from TLV types (as Integer s) to TLV lists (as
List s). |
Methods inherited from class AbstractTlvChain |
addTlvImpl, copy, createSiblingList, getFirstTlv, getLastTlv, getString, getString, getTlvCount, getTlvs, getTlvs, getTotalSize, getUInt, getUShort, getWritableLength, hasTlv, initFromBlock, iterator, toString, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
protected final java.util.List getTlvList()
AbstractTlvChain
getTlvList
in class AbstractTlvChain
protected final java.util.Map getTlvMap()
AbstractTlvChain
Integer
s) to TLV lists (as
List
s). The list should contain all TLV's of the given TLV
type that exist in this TLV chain, in the same order as they appear in
the full list.
getTlvMap
in class AbstractTlvChain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |