Class Index


  • public class Index
    extends Object
    This classes indexes StringLists. This makes it possible to check if a certain token is contained in at least one of the StringLists.
    • Method Detail

      • contains

        public boolean contains​(String token)
        Checks if at leat one StringList contains the given token.
        Parameters:
        token -
        Returns:
        true if the token is contained otherwise false.