HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class Collections_CheckedNavigableSet<E>

package java.util

extends Collections_CheckedSortedSet › Collections_CheckedSet › Collections_CheckedCollection

implements Serializable, NavigableSet<E>

import java.util.Collections

@:native("java.util.Collections$CheckedNavigableSet")@:libType

Available on jvm

Constructor

new(param1:NavigableSet<E>, param2:Class<E>)

Methods

ceiling(param1:E):E

descendingIterator():Iterator<E>

descendingSet():NavigableSet<E>

floor(param1:E):E

higher(param1:E):E

lower(param1:E):E

pollFirst():E

pollLast():E

Inherited Variables

Defined by Collections_CheckedCollection

finalc:Collection<E>

finaltype:Class<E>

Inherited Methods

Defined by Collections_CheckedSortedSet

comparator():Comparator<Dynamic>

first():E

last():E

Defined by Collections_CheckedSet

equals(param1:Dynamic):Bool

hashCode():Int

Defined by Collections_CheckedCollection

add(param1:E):Bool

addAll(param1:Collection<E>):Bool

checkedCopyOf(param1:Collection<E>):Collection<E>

clear():Void

contains(param1:Dynamic):Bool

containsAll(param1:Collection<Dynamic>):Bool

forEach(param1:Consumer<Dynamic>):Void

isEmpty():Bool

iterator():Iterator<E>

parallelStream():Stream<E>

remove(param1:Dynamic):Bool

removeAll(param1:Collection<Dynamic>):Bool

removeIf(param1:Predicate<Dynamic>):Bool

retainAll(param1:Collection<Dynamic>):Bool

size():Int

spliterator():Spliterator<E>

stream():Stream<E>

toArray():NativeArray<Dynamic>

toArray<T>(param1:NativeArray<T>):NativeArray<T>

toString():String

typeCheck(param1:Dynamic):E

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe