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

Method tailSet

corpus/java/training/guava/collect/Maps.java:3691–3694  ·  view source on GitHub ↗
(K fromElement)

Source from the content-addressed store, hash-verified

3689 }
3690
3691 @Override
3692 public SortedSet<K> tailSet(K fromElement) {
3693 return new SortedKeySet<K, V>(map().tailMap(fromElement));
3694 }
3695
3696 @Override
3697 public K first() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
tailMapMethod · 0.45

Tested by

no test coverage detected