Package gnu.lists
Interface AVector<E>
-
- All Superinterfaces:
Array<E>
,BoundedHashable
,Collection<E>
,Consumable
,Iterable<E>
,List<E>
,Sequence<E>
- All Known Subinterfaces:
GVector<E>
,IntSequence
- All Known Implementing Classes:
AbstractCharVector
,ArgListVector
,BitVector
,Blob
,ByteVector
,CharBuffer
,CharVector
,ComposedArray.AsSequence
,F32Vector
,F64Vector
,FlattenedArray
,FString
,FVector
,GeneralArray1
,IntVector
,IString
,IString.SubString
,LongVector
,Nodes.NodeVector
,PrimIntegerVector
,Range
,Range.IntRange
,S16Vector
,S32Vector
,S64Vector
,S8Vector
,ShortVector
,SimpleVector
,U16Vector
,U32Vector
,U64Vector
,U8Vector
public interface AVector<E> extends Array<E>, Sequence<E>
-
-
Field Summary
-
Fields inherited from interface gnu.lists.Sequence
ATTRIBUTE_VALUE, BOOLEAN_VALUE, CDATA_VALUE, CHAR_VALUE, COMMENT_VALUE, DOCUMENT_VALUE, DOUBLE_VALUE, ELEMENT_VALUE, EOF_VALUE, eofValue, FLOAT_VALUE, INT_S16_VALUE, INT_S32_VALUE, INT_S64_VALUE, INT_S8_VALUE, INT_U16_VALUE, INT_U32_VALUE, INT_U64_VALUE, INT_U8_VALUE, OBJECT_VALUE, PRIM_VALUE, PROCESSING_INSTRUCTION_VALUE, TEXT_BYTE_VALUE
-
-
Method Summary
-
Methods inherited from interface gnu.lists.Array
asImmutable, effectiveIndex, effectiveIndex, effectiveIndex, effectiveIndex, effectiveIndex, get, get, get, get, get, getBooleanRaw, getByteRaw, getCharRaw, getDoubleRaw, getElementKind, getFloatRaw, getInt, getInt, getInt, getInt, getInt, getIntRaw, getLongRaw, getLowBound, getRaw, getRowMajor, getShortRaw, getSize, getSize, isEmpty, rank, set, setRaw
-
Methods inherited from interface gnu.kawa.util.BoundedHashable
boundedHash
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface gnu.lists.Consumable
consume
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, sort, spliterator, subList, toArray, toArray
-
-