类的使用
net.dongliu.commons.exception.TooManyElementsException
-
使用TooManyElementsException的程序包 程序包 说明 net.dongliu.commons.collection Utils for collection. -
-
net.dongliu.commons.collection中TooManyElementsException的使用
抛出TooManyElementsException的net.dongliu.commons.collection中的方法 修饰符和类型 方法 说明 static <T> TIterables. getOneExactly(java.lang.Iterable<T> iterable)Return the element in iterable, if iterable has one and only one element.static <T> TLists. getOneExactly(java.util.List<T> list)Return the element in list, if list has one and only one element.
-