Descripción
Sintaxis
public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
public SortedSet<E> subSet(E fromElement, E toElement)
Parámetros
- E toElement,
- boolean fromInclusive,
- E fromElement,
- boolean toInclusive,
Excepciones
IllegalArgumentException, ClassCastException, NullPointerException
Clase Padre
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.