Retrieve the set of mapkeys held. @return The set of mapkeys.
()
| 778 | * @return The set of mapkeys. |
| 779 | */ |
| 780 | public final Set<MapKey<?, ?>> getMapKeys() |
| 781 | { |
| 782 | return mapChar == null ? Collections.emptySet() : mapChar.getKeySet(); |
| 783 | } |
| 784 | |
| 785 | @Override |
| 786 | public String getKeyName() |
no test coverage detected