TopoWeb Commons API

Package org.topoweb.util

Parent package for various utility classes and data structures for common programming problems.

See:
          Description

Class Summary
ArrayToString Utility class for creating string representations of different types of arrays.
ArrayToString.AsciiBytes  
Range Encapsulates a semi-open range of comparable objects.
StringComparator Comparator that uses the string representation of objects (Object.toString()).
StringRange A Range based on the lexicographical order of the string representation of Objects.
StringUtil Procedures for manipulating strings.
 

Package org.topoweb.util Description

Parent package for various utility classes and data structures for common programming problems. To the extent possible, we try to make use of the existing java libraries in order to minimize the possibility of coding errors.


TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.