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

brutil
Class RBMap

java.lang.Object
  |
  +--brutil.AbstractMap
        |
        +--brutil.RBMap
All Implemented Interfaces:
Collection, Map

public class RBMap
extends AbstractMap


Fields inherited from class brutil.AbstractMap
set
 
Constructor Summary
RBMap()
           
 
Method Summary
protected  Set setFactory()
          This method is abstract, to be replaced by subclasses to provide the correct implementation.
 
Methods inherited from class brutil.AbstractMap
clear, containsKey, get, isEmpty, put, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBMap

public RBMap()
Method Detail

setFactory

protected Set setFactory()
Description copied from class: AbstractMap
This method is abstract, to be replaced by subclasses to provide the correct implementation.
Overrides:
setFactory in class AbstractMap


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