public class Sample<A,B,S extends ISample<B>> extends Simple<A> implements IJoinedSample<A,B,S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
S |
next() |
static <A,B,N extends ISample<B>> |
of(A a,
N next) |
String |
toString() |
public static <A,B,N extends ISample<B>> IJoinedSample<A,B,N> of(A a, N next)
Copyright © 2016. All rights reserved.