javatools.datatypes
Class Immutable

java.lang.Object
  extended by javatools.datatypes.Immutable

public class Immutable
extends java.lang.Object

This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). It is licensed under the Creative Commons Attribution License (see http://creativecommons.org/licenses/by/3.0) by the YAGO-NAGA team (see http://mpii.de/yago-naga). This class provides a wrapper for immutable lists and sets


Nested Class Summary
static class Immutable.List<E>
           
static class Immutable.Set<E>
           
 
Constructor Summary
Immutable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Immutable

public Immutable()