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

brutil
Class LinkedMap

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

public class LinkedMap
extends AbstractMap


Fields inherited from class brutil.AbstractMap
set
 
Constructor Summary
LinkedMap()
           
 
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

LinkedMap

public LinkedMap()
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.