| |
|
| java.lang.Object net.sourceforge.chaperon.common.StringSet
StringSet | public class StringSet (Code) | | This class represents a set of strings.
author: Stephan Michels version: CVS $Id: StringSet.java,v 1.2 2003/12/14 09:53:56 benedikta Exp $ |
StringSet | public StringSet()(Code) | | |
getString | public String getString(int index)(Code) | | Returns a string given by an index.
Parameters: index - Index of the string String |
getStringCount | public int getStringCount()(Code) | | Return the count of string in this list.
Count of string. |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|