@return the list of enum values
()
| 169 | * @return the list of enum values |
| 170 | */ |
| 171 | public static Protein[] values() { |
| 172 | return new Protein[] {X, STOP, A, R, N, D, C, Q, E, G, H, I, L, K, M, F, P, S, T, W, Y, V}; |
| 173 | } |
| 174 | |
| 175 | private static final Map<String, Protein> VALUE_OF = new HashMap<>(); |
| 176 |
no outgoing calls