MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / name

Method name

unused/java/nio/charset/Charset.java:654–656  ·  view source on GitHub ↗

Returns this charset's canonical name. @return The canonical name of this charset

()

Source from the content-addressed store, hash-verified

652 * @return The canonical name of this charset
653 */
654 public final String name() {
655 return name;
656 }
657
658 /**
659 * Returns a set containing this charset's aliases.

Callers 6

putMethod · 0.95
compareToMethod · 0.95
hashCodeMethod · 0.95
toStringMethod · 0.95
equalsMethod · 0.80
hasNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected