MCPcopy Create free account
hub / github.com/antlr/codebuff / tailSet

Method tailSet

output/java_guava/1.4.19/Maps.java:3758–3761  ·  view source on GitHub ↗
(K fromElement)

Source from the content-addressed store, hash-verified

3756 }
3757
3758 @Override
3759 public SortedSet<K> tailSet(K fromElement) {
3760 return new SortedKeySet<K, V>(map().tailMap(fromElement));
3761 }
3762
3763 @Override
3764 public K first() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
tailMapMethod · 0.45

Tested by

no test coverage detected