Java / Collections
Root interface in collection hierarchy.
Collection interface is the root interface and it is part of java.util package. Although Collection extends java.lang.Iterable, Iterable is not part of collection hierarchy.
More Related questions...