public static class InvalidationExoCache.HashCode<V> extends Object implements Externalizable
| Constructor and Description |
|---|
InvalidationExoCache.HashCode() |
InvalidationExoCache.HashCode(V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V |
getValue() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public InvalidationExoCache.HashCode()
public InvalidationExoCache.HashCode(V value)
public V getValue()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionExternalizable.writeExternal(java.io.ObjectOutput)public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionExternalizable.readExternal(java.io.ObjectInput)public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2015 eXo Platform SAS. All Rights Reserved.