org.apache.jackrabbit.mk.store
Class Binding.Entry<V>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Binding.Entry
public Binding.Entry(String key,
V value)
getKey
public String getKey()
getValue
public V getValue()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.