object EmptyLongTrieSet extends LongTrieSetL with Product with Serializable
- Alphabetic
- By Inheritance
- EmptyLongTrieSet
- Serializable
- Serializable
- Product
- Equals
- LongTrieSetL
- LongTrieSet
- LongWorkSet
- LongCollectionWithStableOrdering
- LongSet
- 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: Long): LongTrieSet1
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
+!(i: Long): LongTrieSet
Tries to add the given method to this trie set by mutating the set if possible.
Tries to add the given method to this trie set by mutating the set if possible. Due to the longernal organization, mutating the set is not always possible. In this case, a new set containing the new value is returned. Hence, the return value must not be ignored!
- Definition Classes
- EmptyLongTrieSet → LongTrieSet
-
final
def
++(that: LongIterator): LongTrieSet
- Definition Classes
- LongSet
-
final
def
++(that: TraversableOnce[Long]): LongTrieSet
- Definition Classes
- LongSet
-
final
def
++(that: LongTrieSet): LongTrieSet
- Definition Classes
- LongSet
-
final
def
++!(that: LongTrieSet): LongTrieSet
- Definition Classes
- LongTrieSet
- See also
+!(Long)for details!
-
def
-(i: Long): EmptyLongTrieSet.this.type
- Definition Classes
- EmptyLongTrieSet → LongSet
-
final
def
--(is: LongSet[_]): LongTrieSet
- Definition Classes
- LongSet
-
final
def
--(is: TraversableOnce[Long]): LongTrieSet
- Definition Classes
- LongSet
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
contains(value: Long): Boolean
- Definition Classes
- EmptyLongTrieSet → LongSet
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- EmptyLongTrieSet → Equals → AnyRef → Any
-
def
exists(p: (Long) ⇒ Boolean): Boolean
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
filter(p: (Long) ⇒ Boolean): LongTrieSet
- Definition Classes
- EmptyLongTrieSet → LongTrieSet
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap(f: (Long) ⇒ LongTrieSet): LongTrieSet
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
foldLeft[B](z: B)(f: (B, Long) ⇒ B): B
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
forall(f: (Long) ⇒ Boolean): Boolean
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
foreach[U](f: (Long) ⇒ U): Unit
- Definition Classes
- EmptyLongTrieSet → LongSet
-
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
- EmptyLongTrieSet → LongSet
-
def
hashCode(): Int
- Definition Classes
- EmptyLongTrieSet → AnyRef → Any
-
def
head: Long
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
headAndTail: LongRefPair[LongTrieSet]
Returns some value and removes it from this set.
Returns some value and removes it from this set.
- Definition Classes
- EmptyLongTrieSet → LongTrieSet → LongWorkSet
-
def
intersect(other: LongTrieSet): LongTrieSet
- Definition Classes
- EmptyLongTrieSet → LongTrieSet
-
def
isEmpty: Boolean
- Definition Classes
- EmptyLongTrieSet → LongSet
-
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
- EmptyLongTrieSet → LongSet
-
def
iterator: LongIterator
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
map(f: (Long) ⇒ Long): LongTrieSet
- Definition Classes
- EmptyLongTrieSet → LongSet
-
def
map[A <: AnyRef](f: (Long) ⇒ A): Set[A]
- Definition Classes
- LongSet
-
final
def
mkString(in: String): String
- Definition Classes
- LongSet
-
final
def
mkString(pre: String, in: String, post: String): String
- Definition Classes
- LongSet
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- LongSet
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- EmptyLongTrieSet → LongSet
-
final
def
subsetOf(other: LongTrieSet): Boolean
- Definition Classes
- LongTrieSet → LongCollectionWithStableOrdering
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toString(): String
- Definition Classes
- LongTrieSet → AnyRef → Any
-
final
def
transform[B, To](f: (Long) ⇒ B, b: Builder[B, To]): To
- Definition Classes
- LongSet
-
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: (Long) ⇒ Boolean): LongTrieSet
- Definition Classes
- EmptyLongTrieSet → LongTrieSet → LongSet