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, toVinciFrame
fgetBoolean, fgetBytes, fgetDouble, fgetDoubleArray, fgetFloat, fgetFloatArray, fgetFrame, fgetInt, fgetIntArray, fgetLong, fgetLongArray, fgetString, fgetStringArray, fgetTrueBinary
createFrameLeaf, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, faddTrueBinary, fromStream, getFrameTransporter, setFrameTransporter, toRawXML, toRawXML, toRawXMLWork, toStream, toString, toXML, toXML, toXML
getAttributes, setAttributes
public VinciFrame fset(String key, Frame val)
fset
in class VinciFrame
UnsupportedOperationException
- thrown unconditionally.public Frame fadd(String key, Frame val)
fadd
in class Frame
key
- 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 Frame
key
- The key name.UnsupportedOperationException
- thrown unconditionally.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.