Searched defs:getTagList (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java192 TreeSet<TagEntry> getTagList() { method in class:Repository
198 * be pre-built using {@code getTagList()}. Then this function squeeze all
202 * @see getTagList
209 if (this.getTagList() == null) {
212 Iterator<TagEntry> it = this.getTagList().descendingIterator();

Completed in 28 milliseconds