sk.uniba.euromath.document.schema.impl.bca
Class BcaTools

java.lang.Object
  extended by sk.uniba.euromath.document.schema.impl.bca.BcaTools

public final class BcaTools
extends Object

DomTools for bca sets.

Author:
Martin Vysny

Method Summary
static String getComplementItem(SortedSet<String> set)
          Computes and returns a string that is not in given set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComplementItem

public static String getComplementItem(SortedSet<String> set)
Computes and returns a string that is not in given set.

Parameters:
set - the sorted set of strings.
Returns:
a non-empty non- null string that is not in given set.


Copyright © 2003-2006 null. All Rights Reserved.