uk.ac.gla.dcs.renaissance.mg4j.trec
Class TRECDocumentCollection.Match

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.mg4j.trec.TRECDocumentCollection.Match
Enclosing class:
TRECDocumentCollection

public static class TRECDocumentCollection.Match
extends Object

Useful to match a series of bytes

Author:
B. Piwowarski

Constructor Summary
TRECDocumentCollection.Match(String string)
          Constructor of class
 
Method Summary
 int size()
          Returns the size of the string-to-match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRECDocumentCollection.Match

public TRECDocumentCollection.Match(String string)
Constructor of class

Parameters:
string - String-to-match
Method Detail

size

public int size()
Returns the size of the string-to-match

Returns:
the size


Copyright © 2011. All Rights Reserved.