@GenerateValueClassForVisitor(isSerializable=false, isPublic=true, isComparable=true) @Visitor(resultVariableName="R") public interface UserVisitor<E extends Comparable<E>,R>
| Modifier and Type | Method and Description |
|---|---|
R |
valueOf(UserKey key,
ComparableList<E> list,
String name,
GroupName groupName) |
Copyright © 2015. All rights reserved.