4546474849505152
ArrayList<T> items = all(); setLimit(limit); if (items.size() == 0) throw new NoResultsFound(); if (items.size() > 1) throw new MultipleResultsFound(); return items.get(0); }
4041424344454647
3435363738394041