org.apache.jackrabbit.mk.store
Class Binding.Entry<V>

java.lang.Object
  extended by org.apache.jackrabbit.mk.store.Binding.Entry<V>
Direct Known Subclasses:
Binding.BytesEntry, Binding.StringEntry
Enclosing interface:
Binding

public abstract static class Binding.Entry<V>
extends Object


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

Constructor Detail

Binding.Entry

public Binding.Entry(String key,
                     V value)
Method Detail

getKey

public String getKey()

getValue

public V getValue()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.