MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getFragment

Method getFragment

Ports/CLDC11/src/java/net/URI.java:588–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586 ///
587 /// the anchor part of the URI.
588 public String getFragment() {
589 return null;
590 }
591
592 /// Get the encoded fragment (otherwise known as the "reference" or
593 /// "anchor") part of the uri. The anchor marker (#) itself is not

Callers 3

equalsMethod · 0.95
relativizeMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected