public class Attributes extends VinciFrame
| Constructor and Description |
|---|
Attributes() |
Attributes(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
fadd(String key)
This method throws an unchecked exception since valueless attributes are undefined.
|
Frame |
fadd(String key,
Frame val)
This method throws an unchecked exception since you should never add non-leaf valued
attributes.
|
VinciFrame |
fset(String key,
Frame val)
This method throws an unchecked exception since you should never add non-leaf valued
attributes.
|
add, createSubFrame, ensureCapacity, fdrop, fdropFirst, fget, fgetFirst, fgetVinciFrame, fkeys, freset, fset, fset, fset, fset, fset, fset, fset, fsetTrueBinary, getKeyValuePair, getKeyValuePairCount, getVinciFrameFactory, set, stripWhitespace, toVinciFramefgetBoolean, fgetBytes, fgetDouble, fgetDoubleArray, fgetFloat, fgetFloatArray, fgetFrame, fgetInt, fgetIntArray, fgetLong, fgetLongArray, fgetString, fgetStringArray, fgetTrueBinarycreateFrameLeaf, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, faddTrueBinary, fromStream, getFrameTransporter, setFrameTransporter, toRawXML, toRawXML, toRawXMLWork, toStream, toString, toXML, toXML, toXMLgetAttributes, setAttributespublic VinciFrame fset(String key, Frame val)
fset in class VinciFramekey - -val - -UnsupportedOperationException - thrown unconditionally.public Frame fadd(String key, Frame val)
fadd in class Framekey - The key to be associated with the value.val - The sub-frame to add. Note this frame is not copied.UnsupportedOperationException - thrown unconditionally.public Frame fadd(String key)
fadd in class Framekey - The key name.UnsupportedOperationException - thrown unconditionally.Copyright © 2018. All rights reserved.