org.jwall.log.io
Class MParser.Pair<K,V>

java.lang.Object
  extended by org.jwall.log.io.MParser.Pair<K,V>
Enclosing class:
MParser

public static class MParser.Pair<K,V>
extends Object


Field Summary
 K key
           
 V value
           
 
Constructor Summary
MParser.Pair(K key, V val)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final K key

value

public final V value
Constructor Detail

MParser.Pair

public MParser.Pair(K key,
                    V val)


Copyright © 2012 jwall.org. All Rights Reserved.