示例#1
0
 @Override
 public K lowerKey(K key) {
   return current.lowerKey(key);
 }