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

Method headSet

output/java_guava/1.4.16/Maps.java:3749–3752  ·  view source on GitHub ↗
(K toElement)

Source from the content-addressed store, hash-verified

3747 }
3748
3749 @Override
3750 public SortedSet<K> headSet(K toElement) {
3751 return new SortedKeySet<K, V>(map().headMap(toElement));
3752 }
3753
3754 @Override
3755 public SortedSet<K> tailSet(K fromElement) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
headMapMethod · 0.45

Tested by

no test coverage detected