Package org.n52.janmayen
Class Chain<T>
- java.lang.Object
-
- org.n52.janmayen.Chain<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chain<T>child(Chain<T> t)Chain<T>child(T t)booleanequals(Object obj)Tfirst()inthashCode()Iterator<T>iterator()Tlast()Optional<Chain<T>>parent()Stream<T>stream()Optional<Chain<T>>tail()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-