Descripción
Sintaxis
public interface NavigableMap<K,V> extends SortedMap<K,V>
Métodos
- ceilingEntry()
- ceilingKey()
- descendingKeySet()
- descendingMap()
- firstEntry()
- floorEntry()
- floorKey()
- headMap()
- higherEntry()
- higherKey()
- lastEntry()
- lowerEntry()
- lowerKey()
- navigableKeySet()
- pollFirstEntry()
- pollLastEntry()
- subMap()
- tailMap()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.