- java.lang.Object
-
- jp.cafebabe.birthmarks.entities.Birthmarks<T>
-
- All Implemented Interfaces:
Serializable
,Iterable<Birthmark<T>>
,Acceptor<T>
,Streamable<Birthmark<T>>
public class Birthmarks<T> extends Object implements Acceptor<T>, Iterable<Birthmark<T>>, Streamable<Birthmark<T>>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Birthmarks()
Birthmarks(Stream<Birthmark<T>> stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor<T> visitor)
long
count()
Stream<Birthmark<T>>
find(ClassName name)
Iterator<Birthmark<T>>
iterator()
Birthmarks<T>
merge(Stream<Birthmark<T>> stream)
Birthmarks<T>
merge(Birthmarks<T> other)
Stream<Birthmark<T>>
stream()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
count
public long count()
- Specified by:
count
in interfaceStreamable<T>
-
merge
public Birthmarks<T> merge(Stream<Birthmark<T>> stream)
-
merge
public Birthmarks<T> merge(Birthmarks<T> other)
-
-