object EmptyIntArraySet extends IntArraySet with Product with Serializable
- Alphabetic
- By Inheritance
- EmptyIntArraySet
- Serializable
- Serializable
- Product
- Equals
- IntArraySet
- IntCollectionWithStableOrdering
- IntSet
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(i: Int): IntArraySet1
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
++(that: IntIterator): IntArraySet
- Definition Classes
- IntSet
-
final
def
++(that: TraversableOnce[Int]): IntArraySet
- Definition Classes
- IntSet
-
final
def
++(that: IntArraySet): IntArraySet
- Definition Classes
- IntSet
-
def
-(i: Int): EmptyIntArraySet.this.type
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
--(is: IntSet[_]): IntArraySet
- Definition Classes
- IntSet
-
final
def
--(is: TraversableOnce[Int]): IntArraySet
- Definition Classes
- IntSet
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (Int) ⇒ A): (Int) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(index: Int): Int
- Definition Classes
- EmptyIntArraySet → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ Int
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
contains(value: Int): Boolean
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- EmptyIntArraySet → Equals → AnyRef → Any
-
def
exists(p: (Int) ⇒ Boolean): Boolean
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap(f: (Int) ⇒ IntArraySet): IntArraySet
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
foldLeft[B](z: B)(f: (B, Int) ⇒ B): B
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
forall(f: (Int) ⇒ Boolean): Boolean
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
foreach[U](f: (Int) ⇒ U): Unit
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
foreachPair[U](f: (Int, Int) ⇒ U): Unit
Returns each pairing of two values.
Returns each pairing of two values. I.e., if the set contains 1, 4, 8, the pairings (1,4),(1,8) and (4,8) will be returned; the pairings (4,1) etc. will not be returned. The order between the two values is not defined.
- Definition Classes
- EmptyIntArraySet → IntArraySet
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasMultipleElements: Boolean
Tests if this set has more than one element (complexity: O(1)).
Tests if this set has more than one element (complexity: O(1)).
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
hashCode(): Int
- Definition Classes
- EmptyIntArraySet → AnyRef → Any
-
final
def
head: Int
- Definition Classes
- IntArraySet → IntSet
-
def
isEmpty: Boolean
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSingletonSet: Boolean
Tests if this set has exactly one element (complexity: O(1)).
Tests if this set has exactly one element (complexity: O(1)).
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
iterator: IntIterator
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
last: Int
- Definition Classes
- IntArraySet
-
def
map(map: Array[Int]): IntArraySet
Uses the keys of this set to map them to the value found in the given array at the respective index.
Uses the keys of this set to map them to the value found in the given array at the respective index.
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
map(f: (Int) ⇒ Int): IntArraySet
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
map[A <: AnyRef](f: (Int) ⇒ A): Set[A]
- Definition Classes
- IntSet
-
def
max: Int
- Definition Classes
- EmptyIntArraySet → IntArraySet
-
def
min: Int
- Definition Classes
- EmptyIntArraySet → IntArraySet
-
final
def
mkString(in: String): String
- Definition Classes
- IntSet
-
final
def
mkString(pre: String, in: String, post: String): String
- Definition Classes
- IntSet
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- IntSet
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
reverseIntIterator: IntIterator
- Definition Classes
- EmptyIntArraySet → IntArraySet
-
def
size: Int
The size of the set; may not be a constant operation; if possible use isEmpty, nonEmpty, etc.; or lookup the complexity in the concrete data structures.
The size of the set; may not be a constant operation; if possible use isEmpty, nonEmpty, etc.; or lookup the complexity in the concrete data structures.
- Definition Classes
- EmptyIntArraySet → IntSet
-
def
subsetOf(other: IntArraySet): Boolean
- Definition Classes
- EmptyIntArraySet → IntCollectionWithStableOrdering
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toArray: Array[Int]
- Definition Classes
- IntSet
-
def
toChain: Chain[Int]
- Definition Classes
- EmptyIntArraySet → IntSet
-
final
def
toString(): String
- Definition Classes
- IntArraySet → Function1 → AnyRef → Any
-
final
def
transform[B, To](f: (Int) ⇒ B, b: Builder[B, To]): To
- Definition Classes
- IntSet
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withFilter(p: (Int) ⇒ Boolean): IntArraySet
- Definition Classes
- EmptyIntArraySet → IntSet