Protege 3.4

edu.stanford.smi.protege.util
Class ListMultiMap<X,Y>

java.lang.Object
  extended by edu.stanford.smi.protege.util.MultiMap<X,Y>
      extended by edu.stanford.smi.protege.util.ListMultiMap<X,Y>

Deprecated. - use ArrayListMultiMap instead

public class ListMultiMap<X,Y>
extends MultiMap<X,Y>

A multi - map whose values are stored in a List.

Author:
Ray Fergerson

Constructor Summary
ListMultiMap()
          Deprecated.  
ListMultiMap(int size)
          Deprecated.  
 
Method Summary
 Collection<Y> createCollection()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class edu.stanford.smi.protege.util.MultiMap
addValue, addValues, clear, getKeys, getValues, removeKey, removeValue, removeValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListMultiMap

public ListMultiMap()
Deprecated. 

ListMultiMap

public ListMultiMap(int size)
Deprecated. 
Method Detail

createCollection

public Collection<Y> createCollection()
Deprecated. 
Specified by:
createCollection in class MultiMap<X,Y>

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Protege 3.4

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.