I saw sometimes a type object inside <> beside of another object type declaration. For instance:
NavigableMap colorMap = new Tree
These are called Generics. Here http://java.sun.com/docs/books/tutorial/java/generics/index.html is a tut from sun for them.