org.modeshape.common.collection
Class LinkedListMultimap.Entry<K,V>

java.lang.Object
  extended by org.modeshape.common.collection.LinkedListMultimap.Entry<K,V>
Enclosing class:
LinkedListMultimap<K,V>

protected static final class LinkedListMultimap.Entry<K,V>
extends Object


Constructor Summary
protected LinkedListMultimap.Entry(K key, V value)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedListMultimap.Entry

protected LinkedListMultimap.Entry(K key,
                                   V value)
Method Detail

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.