Uses of Class
xyz.cofe.coll.im.ImListLinkedBase
Packages that use ImListLinkedBase
-
Uses of ImListLinkedBase in xyz.cofe.coll.im
Subclasses of ImListLinkedBase in xyz.cofe.coll.imMethods in xyz.cofe.coll.im that return ImListLinkedBaseModifier and TypeMethodDescriptionImListLinkedBase.empty()ImListLinkedBase.reverse()protected abstract <B> ImListLinkedBase<B>ImListLinkedBase.selfConstructor(B value, ImListLinkedBase<B> next) Данный метод должен быть переопределен в дочерних классахImListLinkedBase.tail()Methods in xyz.cofe.coll.im with parameters of type ImListLinkedBaseModifier and TypeMethodDescriptionprotected <A1> ImListLinked<A1>ImListLinked.selfConstructor(A1 value, ImListLinkedBase<A1> next) protected abstract <B> ImListLinkedBase<B>ImListLinkedBase.selfConstructor(B value, ImListLinkedBase<B> next) Данный метод должен быть переопределен в дочерних классахConstructors in xyz.cofe.coll.im with parameters of type ImListLinkedBaseModifierConstructorDescriptionImListLinked(A value, ImListLinkedBase<A> next) protectedImListLinkedBase(A value, ImListLinkedBase<A> next) ImListLinkedIterator(ImListLinkedBase<A> imList)