java.util.Collection
java.util.Map
示例:
ArrayList list = new ArrayList<>(); list.add(list); // 此处为警告 return list.hashCode(); // 抛出 StackOverflowError