com.metsci.glimpse.util.primitives.sorted
Interface SortedLongsModifiable

All Superinterfaces:
Longs, LongsModifiable, SortedLongs
All Known Implementing Classes:
SortedLongsArray

public interface SortedLongsModifiable
extends SortedLongs, LongsModifiable

Author:
hogye

Method Summary
 int add(long v)
           
 void ensureCapacity(int minCapacity)
           
 
Methods inherited from interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
continuousIndexOf, continuousIndexOf, continuousIndicesOf, continuousIndicesOf, continuousIndicesOf, continuousIndicesOf, indexAfter, indexAtOrAfter, indexAtOrBefore, indexBefore, indexNearest, indexOf
 
Methods inherited from interface com.metsci.glimpse.util.primitives.LongsModifiable
append, append, append, append, append, append, append, compact, insert, insert, insert, insert, insert, insert, insert, prepend, prepend, prepend, prepend, prepend, prepend, prepend, remove, set
 
Methods inherited from interface com.metsci.glimpse.util.primitives.Longs
copyOf, copyOf, copyTo, first, isEmpty, last, n, v
 

Method Detail

add

int add(long v)
Returns:
The index at which v was inserted

ensureCapacity

void ensureCapacity(int minCapacity)
Specified by:
ensureCapacity in interface LongsModifiable


Copyright © 2012 Metron, Inc.. All Rights Reserved.