public class CachedTerm extends Object
Constructor and Description |
---|
CachedTerm(Barrel barrel,
String term,
long pageId)
Constructor for the CachedTerm object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks whether the specified object is equal to this one.
|
Barrel |
getBarrel()
Gets the associated barrel.
|
long |
getPageId()
Gets the associated page id.
|
String |
getTerm()
Gets the associated term.
|
int |
hashCode()
Returns a hash code value for the object.
|
public Barrel getBarrel()
public String getTerm()
public long getPageId()
public boolean equals(Object o)
Copyright © 2016 Egothor. All Rights Reserved.