Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Collections
Class SetRepository.SimpleHashSetFactory  view SetRepository.SimpleHashSetFactory download SetRepository.SimpleHashSetFactory.java

java.lang.Object
  extended byUtil.Collections.MapFactory
      extended byUtil.Collections.SetRepository.SimpleHashSetFactory
Enclosing class:
SetRepository

public static class SetRepository.SimpleHashSetFactory
extends MapFactory


Field Summary
static SetRepository.SimpleHashSetFactory INSTANCE
           
 
Constructor Summary
private SetRepository.SimpleHashSetFactory()
           
 
Method Summary
 java.util.Map makeMap(java.util.Map map)
          Generates a new Map, using the entries of map as a template for its initial mappings.
 
Methods inherited from class Util.Collections.MapFactory
makeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SetRepository.SimpleHashSetFactory INSTANCE
Constructor Detail

SetRepository.SimpleHashSetFactory

private SetRepository.SimpleHashSetFactory()
Method Detail

makeMap

public final java.util.Map makeMap(java.util.Map map)
Generates a new Map, using the entries of map as a template for its initial mappings.

Specified by:
makeMap in class MapFactory