Uses of Interface
org.midheaven.collections.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in org.midheaven.collections
Subinterfaces of Sequence in org.midheaven.collectionsModifier and TypeInterfaceDescriptioninterfaceArray<T>AnEditableSequencethat behaves like an array.interfaceDefines the contract for and editableSequence.interfaceDefines the contract for resizableSequence.Methods in org.midheaven.collections that return SequenceModifier and TypeMethodDescriptiondefault <R> Sequence<R> Performs cast.<U> Sequence<U> SequenceBuilder.empty()Returns an empty instance.Performs filter.<T> Sequence<T> Create aSequencewith elements from the given iterable<T> Sequence<T> SequenceBuilder.immutable(EditableSequence<T> origin) Returns aSequencethat does not inherit fromEditableSequencePage.items()Performs items.default <R> Sequence<R> Performs map.<U> Sequence<U> SequenceBuilder.of(U value) Creates an instance from the provided value.<U> Sequence<U> SequenceBuilder.of(U[] values) Creates an instance from the provided value.<U> Sequence<U> SequenceBuilder.of(U a, U b, U... others) Creates an instance from the provided value.default <R> Sequence<R> Returns of Type.<U> Sequence<U> SequenceBuilder.repeat(U value) Performs repeat.Sequence.reversed()Performs reversed.Sequence.sorted(Comparator<T> comparator) Performs sorted.Sequence.subSequence(int fromIndex, int toIndex) Performs subSequence.Sequence.subSequence(Int fromIndex, Int toIndex) Performs subSequence.Enumerable.toSequence()Returns aSequencewith the elements in thisEnumerable.Sequence.toSequence()Returns aSequencewith the elements in thisEnumerable.EditableSequence.toUnmodifiable()Returns an unmodifiable view of thisEditableSequenceMethods in org.midheaven.collections that return types with arguments of type SequenceMethods in org.midheaven.collections with parameters of type Sequence -
Uses of Sequence in org.midheaven.culture
Methods in org.midheaven.culture that return SequenceModifier and TypeMethodDescriptionstatic Sequence<CountryCode> CountryCode.all()Performs all.static Sequence<LanguageCode> LanguageCode.all()Performs all. -
Uses of Sequence in org.midheaven.lang
Methods in org.midheaven.lang that return Sequence -
Uses of Sequence in org.midheaven.lang.reflection
Methods in org.midheaven.lang.reflection that return SequenceModifier and TypeMethodDescriptionabstract Sequence<TypeReference> TypeReference.parameterTypes()MethodMirrorQuery.toSequence()Returns to Sequence.MirrorQuery.toSequence()Returns to Sequence.