ListDecorator.subList(int, int)
or iterators) before the actual inserting
happens.ListIteratorDecorator.add(Object)
to indicate that an element will be
inserted.ListDecorator.subList(int, int)
or iterators) before the actual deletion
happens.ListIteratorDecorator.remove()
to indicate that an element will be removed from
the associated list.ListDecorator.set(int, Object)
to indicate that an element will be
replaced.ListIteratorDecorator.set(Object)
to indicate that an element will be
replaced.AtomicSymbol
instances from BioJava 1 to Compound
instances
used in BioJava 3.BitField
is used which lies outside the current size
of that field.BitField
should implement this interface.