Package com.amazon.ion.impl
Interface _Private_IonContainer
-
- All Superinterfaces:
java.lang.Cloneable,IonContainer,IonValue,java.lang.Iterable<IonValue>
public interface _Private_IonContainer extends IonContainer
NOT FOR APPLICATION USE!Internal, private, interfaces for manipulating the base child collection of IonContainer
-
-
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 IonValueget_child(int idx)intget_child_count()-
Methods inherited from interface com.amazon.ion.IonContainer
clear, clone, isEmpty, iterator, makeNull, remove, size
-
Methods inherited from interface com.amazon.ion.IonValue
accept, addTypeAnnotation, clearTypeAnnotations, equals, getContainer, getFieldId, getFieldName, getFieldNameSymbol, getSymbolTable, getSystem, getType, getTypeAnnotations, getTypeAnnotationSymbols, hashCode, hasTypeAnnotation, isNullValue, isReadOnly, makeReadOnly, removeFromContainer, removeTypeAnnotation, setTypeAnnotations, setTypeAnnotationSymbols, topLevelValue, toPrettyString, toString, toString, writeTo
-
-
-
-
Method Detail
-
get_child_count
int get_child_count()
-
get_child
IonValue get_child(int idx)
-
-