HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • 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_CheckedSortedSet<E>

package java.util

extends Collections_CheckedSet › Collections_CheckedCollection

implements Serializable, SortedSet<E>

import java.util.Collections

extended by Collections_CheckedNavigableSet

@:nativeGen@:libType@:javaNative@:native("java.util.Collections$CheckedSortedSet")@:javaCanonical("java.util","Collections.CheckedSortedSet")

Available on java

Methods

comparator():Comparator<Dynamic>

first():E

headSet(param1:E):SortedSet<E>

last():E

subSet(param1:E, param2:E):SortedSet<E>

tailSet(param1:E):SortedSet<E>

Inherited Variables

Inherited Methods

Defined by Collections_CheckedSet

equals(param1:Dynamic):Bool

hashCode():Int

Defined by Collections_CheckedCollection

add(param1:E):Bool

addAll(param1:Collection<E>):Bool

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<T>(param1:NativeArray<T>):NativeArray<T>

toArray():NativeArray<Dynamic>

toString():String

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe