public class Sequence extends ArrayList<Attributes> implements Value
modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Attributes attrs) |
void |
add(int index,
Attributes attrs) |
boolean |
addAll(Collection<? extends Attributes> c) |
boolean |
addAll(int index,
Collection<? extends Attributes> c) |
int |
calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
void |
clear() |
int |
getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
Attributes |
getParent() |
Attributes |
remove(int index) |
boolean |
remove(Object o) |
Attributes |
set(int index,
Attributes attrs) |
byte[] |
toBytes(VR vr,
boolean bigEndian) |
String |
toString() |
void |
trimToSize(boolean recursive) |
void |
writeTo(ImageOutputStream out,
VR vr) |
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic final Attributes getParent()
public void trimToSize(boolean recursive)
public boolean add(Attributes attrs)
add in interface Collection<Attributes>add in interface List<Attributes>add in class ArrayList<Attributes>public void add(int index,
Attributes attrs)
add in interface List<Attributes>add in class ArrayList<Attributes>public boolean addAll(Collection<? extends Attributes> c)
addAll in interface Collection<Attributes>addAll in interface List<Attributes>addAll in class ArrayList<Attributes>public boolean addAll(int index,
Collection<? extends Attributes> c)
addAll in interface List<Attributes>addAll in class ArrayList<Attributes>public void clear()
clear in interface Collection<Attributes>clear in interface List<Attributes>clear in class ArrayList<Attributes>public Attributes remove(int index)
remove in interface List<Attributes>remove in class ArrayList<Attributes>public boolean remove(Object o)
remove in interface Collection<Attributes>remove in interface List<Attributes>remove in class ArrayList<Attributes>public Attributes set(int index, Attributes attrs)
set in interface List<Attributes>set in class ArrayList<Attributes>public String toString()
toString in class AbstractCollection<Attributes>public int calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
calcLength in interface Valuepublic int getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
getEncodedLength in interface Valuepublic void writeTo(ImageOutputStream out, VR vr) throws IOException
writeTo in interface ValueIOExceptionCopyright © 2020. All rights reserved.