org.xanot.util
Class StackMap.MapElement<K,V>

java.lang.Object
  extended by org.xanot.util.StackMap.MapElement<K,V>
Type Parameters:
K - Key template
V - Value template
Enclosing class:
StackMap<SK,SV>

 class StackMap.MapElement<K,V>
extends java.lang.Object

Inner class.

Author:
ferdi

Constructor Summary
StackMap.MapElement()
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 void setKey(K data)
           
 void setValue(V data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMap.MapElement

public StackMap.MapElement()
Method Detail

getValue

public V getValue()

setValue

public void setValue(V data)

getKey

public K getKey()

setKey

public void setKey(K data)


Copyright 2006 null. All Rights Reserved.