Uses of Class
gnu.trove.TLongArrayList

Packages that use TLongArrayList
gnu.trove   
 

Uses of TLongArrayList in gnu.trove
 

Methods in gnu.trove that return TLongArrayList
 TLongArrayList TLongArrayList.grep(TLongProcedure condition)
          Searches the list for values satisfying condition in the manner of the *nix grep utility.
 TLongArrayList TLongArrayList.inverseGrep(TLongProcedure condition)
          Searches the list for values which do not satisfy condition.