MCPcopy Create free account
hub / github.com/MenoData/Time4J / accept

Method accept

base/src/main/java/net/time4j/DayPeriod.java:587–591  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

585 }
586
587 private static boolean accept(String key) {
588
589 return ((key.charAt(0) == 'T') && (key.length() == 5) && Character.isDigit(key.charAt(1)));
590
591 }
592
593 //~ Innere Klassen ----------------------------------------------------
594

Callers 1

ofMethod · 0.95

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected