Maven module :un.api : api-common :
Class :
un.api.collection.primitive.ShortSequence
Extends/Implements :
un.api.collection.AbstractSequence
un.api.collection.primitive.PrimitiveSequence
Subclasses : -
Variables : -
Functions :
ShortSequence,
ShortSequence,
skip,
put,
put,
put,
getBackArray,
toArrayShort,
toArray,
read,
read,
startWidth,
startWidth,
endWidth,
endWidth,
trimStart,
trimEnd,
getSize,
removeAll,
contains,
moveTo,
removeNext,
insert,
insert,
insert,
get,
add,
remove
public void
ShortSequence ()
public void
ShortSequence (short[] buffer)
public ShortSequence
skip ()
public ShortSequence
put (short b)
public ShortSequence
put (short[] b)
public ShortSequence
put (short[] b, int offset, int length)
public short[]
getBackArray ()
public short[]
toArrayShort ()
public Object[]
toArray ()
public short
read (int index)
public int
read (int index, short[] buffer, int offset, int length)
public boolean
startWidth (short[] buffer)
public boolean
startWidth (short[] buffer, int offset, int length)
public boolean
endWidth (short[] buffer)
public boolean
endWidth (short[] buffer, int offset, int length)
public void
trimStart (int nbbyte)
public void
trimEnd (int nbbyte)
public int
getSize ()
public boolean
removeAll ()
public boolean
contains (short i)
public ShortSequence
moveTo (int position)
public boolean
removeNext (int nbElement)
public ShortSequence
insert (short b)
public ShortSequence
insert (short[] b)
public ShortSequence
insert (short[] b, int offset, int length)
public Object
get (int index)
public boolean
add (int index, Object value)
public boolean
remove (int index)