BRUtil - Making Java a Kinder, Gentler, Place to be.

brutil
Class ArraySortedSet

java.lang.Object
  |
  +--brutil.AbstractListing
        |
        +--brutil.AbstractMultiSet
              |
              +--brutil.AbstractSortedMultiSet
                    |
                    +--brutil.AbstractSortedSet
                          |
                          +--brutil.ArraySortedSet
All Implemented Interfaces:
Collection, MultiSet, Set, SortedMultiSet, SortedSet

public class ArraySortedSet
extends AbstractSortedSet


Fields inherited from class brutil.AbstractListing
list
 
Constructor Summary
ArraySortedSet()
           
 
Method Summary
protected  List listFactory()
          Override this in concrete implementation.
 
Methods inherited from class brutil.AbstractSortedSet
add
 
Methods inherited from class brutil.AbstractSortedMultiSet
find, maxElement, minElement, nextElement, prevElement
 
Methods inherited from class brutil.AbstractMultiSet
contains, iterator, numOccurences, remove, removeAll
 
Methods inherited from class brutil.AbstractListing
clear, isEmpty, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface brutil.SortedSet
maxElement, minElement, nextElement, prevElement
 
Methods inherited from interface brutil.Set
contains, find, isEmpty, iterator, remove
 
Methods inherited from interface brutil.Collection
clear, size
 
Methods inherited from interface brutil.MultiSet
numOccurences, removeAll
 

Constructor Detail

ArraySortedSet

public ArraySortedSet()
Method Detail

listFactory

protected List listFactory()
Description copied from class: AbstractListing
Override this in concrete implementation.
Overrides:
listFactory in class AbstractListing


BRUtil - Making Java a Kinder, Gentler, Place to be.