Searched refs:getLastInNonemptyList (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java797 return getLastInNonemptyList(list);
831 return getLastInNonemptyList(list);
847 private static <T> T getLastInNonemptyList(List<T> list) { method in class:Iterables
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java755 return getLastInNonemptyList(list);
789 return getLastInNonemptyList(list);
805 private static <T> T getLastInNonemptyList(List<T> list) { method in class:Iterables

Completed in 57 milliseconds