org.exist.util
Class Occurrences

java.lang.Object
  extended byorg.exist.util.Occurrences
All Implemented Interfaces:
java.lang.Comparable

public class Occurrences
extends java.lang.Object
implements java.lang.Comparable

Author:
wolf To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
Occurrences(java.lang.String name)
           
 
Method Summary
 void addOccurrences(int count)
           
 int compareTo(java.lang.Object o)
           
 int getOccurrences()
           
 java.lang.String getTerm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Occurrences

public Occurrences(java.lang.String name)
Method Detail

getTerm

public java.lang.String getTerm()

getOccurrences

public int getOccurrences()

addOccurrences

public void addOccurrences(int count)

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright (C) Wolfgang Meier. All rights reserved.