MCPcopy Create free account
hub / github.com/cbeust/jcommander / StringKey

Class StringKey

src/main/java/com/beust/jcommander/StringKey.java:5–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import com.beust.jcommander.FuzzyMap.IKey;
4
5public record StringKey(String name) implements IKey {
6
7 @Override
8 public String getName() {
9 return name;
10 }
11
12 @Override
13 public String toString() {
14 return name;
15 }
16
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…