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