()
| 58 | } |
| 59 | |
| 60 | public ArrayList<IdType> asList() { |
| 61 | ArrayList<IdType> list = new ArrayList<IdType>(); |
| 62 | list.add((IdType) this); |
| 63 | return list; |
| 64 | } |
| 65 | |
| 66 | public static <C extends Id> String printIds(Collection<C> ids) { |
| 67 | ArrayList<String> l = new ArrayList<>(); |