Home | History | Annotate | Download | only in impl

Lines Matching defs:currentID

142      * <p>Keys provide both a currentDescriptor and a currentID.
144 * and the currentID. Factories that handle complex keys,
148 * while using the currentID (in this case, the locale string),
183 public String currentID() {
197 return "/" + currentID();
300 * the key's currentID. Service is ignored.
304 if (id.equals(key.currentID())) {
629 f = m.get(key.currentID());