public class Quad<N,E,S,W> extends Object
| Modifier and Type | Method and Description |
|---|---|
E |
east() |
boolean |
equals(Object obj) |
int |
hashCode() |
N |
north() |
static <L,R,S,W> Quad<L,R,S,W> |
of(L north,
R east,
S south,
W west) |
S |
south() |
List<Object> |
toList() |
String |
toString() |
W |
west() |
Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.