static A nextInCyclicList(A a, L l) { ret cyclicGet(l, indexOf(l, a)+1); }