Uses of Interface
ca.odell.glazedlists.SequenceList.Sequencer
-
Packages that use SequenceList.Sequencer Package Description ca.odell.glazedlists -
-
Uses of SequenceList.Sequencer in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return SequenceList.Sequencer Modifier and Type Method Description static SequenceList.Sequencer<java.util.Date>
Sequencers. monthSequencer()
Constructors in ca.odell.glazedlists with parameters of type SequenceList.Sequencer Constructor Description SequenceList(EventList<E> source, SequenceList.Sequencer<E> sequencer)
Constructs a SequenceList containing a sequence of values produced by thesequencer
which cover the range of values contained within thesource
.SequenceList(EventList<E> source, SequenceList.Sequencer<E> sequencer, java.util.Comparator<? super E> comparator)
Constructs a SequenceList containing a sequence of values produced by thesequencer
which cover the range of values contained within thesource
.
-