public class TopoGroup extends Object
TopoGroup()
void
add(Tuple t)
addAll(Collection<Tuple> c)
forEach(Consumer<Tuple> action)
List<Tuple>
get()
Tuple
get(int index)
int
size()
Stream<Tuple>
stream()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TopoGroup()
public void add(Tuple t)
public List<Tuple> get()
public Tuple get(int index)
public int size()
public void addAll(Collection<Tuple> c)
public Stream<Tuple> stream()
public void forEach(Consumer<Tuple> action)
public String toString()
toString
Object
Copyright © 2021. All rights reserved.