Package org.aoju.bus.image.galaxy.data
Class Fragments
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Object>,Collection<Object>,List<Object>,RandomAccess,SequencedCollection<Object>,Value
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Object> c) booleanaddAll(Collection<? extends Object> c) final booleanintcalcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) booleanintgetEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) inthashCode()byte[]toString()final VRvr()voidwriteTo(ImageOutputStream out, VR vr) Methods inherited from class java.util.ArrayList
addFirst, addLast, clear, clone, contains, ensureCapacity, forEach, get, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, 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
-
Constructor Details
-
Fragments
-
-
Method Details
-
vr
-
bigEndian
public final boolean bigEndian() -
toString
- Overrides:
toStringin classAbstractCollection<Object>
-
add
-
add
-
addAll
-
addAll
-
writeTo
- Specified by:
writeToin interfaceValue- Throws:
IOException
-
calcLength
- Specified by:
calcLengthin interfaceValue
-
getEncodedLength
- Specified by:
getEncodedLengthin interfaceValue
-
toBytes
-
equals
-
hashCode
-