Check out a class called Collections in the Java standard library. Among other stuff it provides wrapper classes that turn ordinary collections into readonly collections. See the unmodifiableList...