MCPcopy Index your code
hub / github.com/jankotek/mapdb / firstKey2

Method firstKey2

src/main/java/org/mapdb/BTreeMapJava.java:1087–1087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1085
1086 public interface ConcurrentNavigableMap2<K,V> extends ConcurrentNavigableMap<K,V>{
1087 K firstKey2();
1088 K lastKey2();
1089 }
1090

Callers 2

pollFirstMethod · 0.65
firstKey2Method · 0.65

Implementers 2

SubMapsrc/main/java/org/mapdb/BTreeMapJava.j
DescendingMapsrc/main/java/org/mapdb/BTreeMapJava.j

Calls

no outgoing calls

Tested by

no test coverage detected