CustomList list = new CustomList(); Stream<MyThing> sorted = StreamSupport.stream( list.spliterator(), false) .sorted();