com.hp.hpl.jena.util
Class HashUtils

java.lang.Object
  extended by com.hp.hpl.jena.util.HashUtils

Deprecated. use CollectionFactory methods

public class HashUtils
extends Object

HashUtils

Author:
kers

Constructor Summary
HashUtils()
          Deprecated.  
 
Method Summary
static Map createMap()
          Deprecated.  
static Map createMap(int size)
          Deprecated.  
static Map createMap(Map toCopy)
          Deprecated.  
static Set createSet()
          Deprecated.  
static Set createSet(Collection toCopy)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashUtils

public HashUtils()
Deprecated. 
Method Detail

createMap

public static Map createMap()
Deprecated. 

createMap

public static Map createMap(int size)
Deprecated. 

createMap

public static Map createMap(Map toCopy)
Deprecated. 

createSet

public static Set createSet()
Deprecated. 

createSet

public static Set createSet(Collection toCopy)
Deprecated. 


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP