Package org.aoju.bus.image.galaxy.data
Class Sequence
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Attributes>,Collection<Attributes>,List<Attributes>,RandomAccess,SequencedCollection<Attributes>,Value
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, Attributes attrs) booleanadd(Attributes attrs) booleanaddAll(int index, Collection<? extends Attributes> c) booleanaddAll(Collection<? extends Attributes> c) intcalcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) voidclear()intgetEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) final Attributesremove(int index) booleanset(int index, Attributes attrs) byte[]toString()voidtrimToSize(boolean recursive) voidwriteTo(ImageOutputStream out, VR vr) Methods inherited from class java.util.ArrayList
addFirst, addLast, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Method Details
-
getParent
-
trimToSize
public void trimToSize(boolean recursive) -
add
- Specified by:
addin interfaceCollection<Attributes>- Specified by:
addin interfaceList<Attributes>- Overrides:
addin classArrayList<Attributes>
-
add
- Specified by:
addin interfaceList<Attributes>- Overrides:
addin classArrayList<Attributes>
-
addAll
- Specified by:
addAllin interfaceCollection<Attributes>- Specified by:
addAllin interfaceList<Attributes>- Overrides:
addAllin classArrayList<Attributes>
-
addAll
- Specified by:
addAllin interfaceList<Attributes>- Overrides:
addAllin classArrayList<Attributes>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Attributes>- Specified by:
clearin interfaceList<Attributes>- Overrides:
clearin classArrayList<Attributes>
-
remove
- Specified by:
removein interfaceList<Attributes>- Overrides:
removein classArrayList<Attributes>
-
remove
- Specified by:
removein interfaceCollection<Attributes>- Specified by:
removein interfaceList<Attributes>- Overrides:
removein classArrayList<Attributes>
-
set
- Specified by:
setin interfaceList<Attributes>- Overrides:
setin classArrayList<Attributes>
-
toString
- Overrides:
toStringin classAbstractCollection<Attributes>
-
calcLength
- Specified by:
calcLengthin interfaceValue
-
getEncodedLength
- Specified by:
getEncodedLengthin interfaceValue
-
writeTo
- Specified by:
writeToin interfaceValue- Throws:
IOException
-
toBytes
-