Uses of Class
org.fusesource.hawtdb.util.list.Sequence

Packages that use Sequence
org.fusesource.hawtdb.util.list   
 

Uses of Sequence in org.fusesource.hawtdb.util.list
 

Methods in org.fusesource.hawtdb.util.list that return Sequence
 Sequence SequenceSet.removeFirstSequence(long count)
          Removes and returns the first sequence that is count range large.
 Sequence SequenceSet.removeLastSequence()
           
 

Methods in org.fusesource.hawtdb.util.list that return types with arguments of type Sequence
 java.util.List<Sequence> SequenceSet.getMissing(long first, long last)
           
 java.util.List<Sequence> SequenceSet.getReceived()
           
 

Methods in org.fusesource.hawtdb.util.list with parameters of type Sequence
 void SequenceSet.add(Sequence value)
           
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.