Java Spliterator hasCharacteristics() MethodThe hasCharacteristics() is a method of Java Interface Spliterator which returns true if this Spliterator's characteristics() contain all of the given characteristics. SyntaxFollowing is the declaration of hasCharacteristics() method- Parameter
ReturnThe hasCharacteristics() method returns true if all the specified characteristics are present in the invoking spliterator, otherwise returns false. ExceptionsNA Compatibility VersionJava 1.8 and above Example 1Output: hasCharacteristics Present? : true Example 2Output: DISTINCT SIZED Next TopicJava-spliterator-tryadvance-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India