Package com.amazon.ion.impl
Interface _Private_IonDatagram
-
- All Superinterfaces:
_Private_IonValue,java.lang.Cloneable,java.util.Collection<IonValue>,IonContainer,IonDatagram,IonSequence,IonValue,java.lang.Iterable<IonValue>,java.util.List<IonValue>
public interface _Private_IonDatagram extends _Private_IonValue, IonDatagram
NOT FOR APPLICATION USE!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.amazon.ion.impl._Private_IonValue
_Private_IonValue.SymbolTableProvider
-
-
Field Summary
-
Fields inherited from interface com.amazon.ion.IonValue
EMPTY_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendTrailingSymbolTable(SymbolTable symtab)-
Methods inherited from interface com.amazon.ion.impl._Private_IonValue
dump, findTypeAnnotation, getAssignedSymbolTable, getElementId, getFieldNameSymbol, getTypeAnnotationSymbols, setSymbolTable, validate
-
Methods inherited from interface com.amazon.ion.IonContainer
clear, isEmpty, remove
-
Methods inherited from interface com.amazon.ion.IonDatagram
add, add, addAll, addTypeAnnotation, byteSize, clone, get, getBytes, getBytes, getBytes, getBytes, getContainer, getSymbolTable, isNullValue, iterator, makeNull, set, size, systemGet, systemIterator, systemSize, toBytes
-
Methods inherited from interface com.amazon.ion.IonSequence
add, add, addAll, contains, containsAll, extract, indexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, subList, toArray, toArray
-
Methods inherited from interface com.amazon.ion.IonValue
accept, clearTypeAnnotations, equals, getFieldId, getFieldName, getFieldNameSymbol, getSystem, getType, getTypeAnnotations, getTypeAnnotationSymbols, hashCode, hasTypeAnnotation, isReadOnly, makeReadOnly, removeFromContainer, removeTypeAnnotation, setTypeAnnotations, setTypeAnnotationSymbols, topLevelValue, toPrettyString, toString, toString, writeTo
-
-
-
-
Method Detail
-
appendTrailingSymbolTable
void appendTrailingSymbolTable(SymbolTable symtab)
-
-