org.apache.jackrabbit.mk.blobs
Class AbstractBlobStore.BlockId

java.lang.Object
  extended by org.apache.jackrabbit.mk.blobs.AbstractBlobStore.BlockId
Enclosing class:
AbstractBlobStore

public static class AbstractBlobStore.BlockId
extends Object

A block id. Blocks are small enough to fit in memory, so they can be cached.


Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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