( - @daveb, : , Iterables#getOnlyElement IllegalArgumentException NoSuchElementException) - , Iterables.isSingleValue(Iterable).
, . :
- invokation (
next() , hasNext() ) - , (
null, Map#get(Object) - , , )
, , ( !), .
, , 1, ( ).
- collection.iterator.next() (NoSuchElementException , ).
, Iterables.getFirst(iterable, default) .
P.S. Collections#isSingleValue (, ), , Iterables#getOnlyValue.
P.P.S. Guava 57 . Java. , , , , ; boolean check , API .