org.apache.jackrabbit.mk.store
Class Binding.BytesEntry

java.lang.Object
  extended by org.apache.jackrabbit.mk.store.Binding.Entry<byte[]>
      extended by org.apache.jackrabbit.mk.store.Binding.BytesEntry
Enclosing interface:
Binding

public static class Binding.BytesEntry
extends Binding.Entry<byte[]>


Constructor Summary
Binding.BytesEntry(String key, byte[] value)
           
 
Method Summary
 byte[] getValue()
           
 
Methods inherited from class org.apache.jackrabbit.mk.store.Binding.Entry
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binding.BytesEntry

public Binding.BytesEntry(String key,
                          byte[] value)
Method Detail

getValue

public byte[] getValue()
Overrides:
getValue in class Binding.Entry<byte[]>


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