mirror of https://github.com/apache/lucene.git
added getCurrentKey method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71607a59dd
commit
ebbf92c2f4
|
@ -93,6 +93,13 @@ public class HashedCircularLinkedList
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Object getCurrentKey()
|
||||||
|
{
|
||||||
|
|
||||||
|
return current != null ? current.key : null;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the list. contains objects
|
* the list. contains objects
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue