final class ReentrantGuard extends ReentrantLock
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReentrantGuard
- ReentrantLock
- Serializable
- Lock
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReentrantGuard()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getHoldCount(): Int
- Definition Classes
- ReentrantLock
- def getOwner(): Thread
- Attributes
- protected[locks]
- Definition Classes
- ReentrantLock
- final def getQueueLength(): Int
- Definition Classes
- ReentrantLock
- def getQueuedThreads(): Collection[Thread]
- Attributes
- protected[locks]
- Definition Classes
- ReentrantLock
- def getWaitQueueLength(arg0: Condition): Int
- Definition Classes
- ReentrantLock
- def getWaitingThreads(arg0: Condition): Collection[Thread]
- Attributes
- protected[locks]
- Definition Classes
- ReentrantLock
- final def hasQueuedThread(arg0: Thread): Boolean
- Definition Classes
- ReentrantLock
- final def hasQueuedThreads(): Boolean
- Definition Classes
- ReentrantLock
- def hasWaiters(arg0: Condition): Boolean
- Definition Classes
- ReentrantLock
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isFair(): Boolean
- Definition Classes
- ReentrantLock
- def isHeldByCurrentThread(): Boolean
- Definition Classes
- ReentrantLock
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLocked(): Boolean
- Definition Classes
- ReentrantLock
- def lock(): Unit
- Definition Classes
- ReentrantLock → Lock
- def lockInterruptibly(): Unit
- Definition Classes
- ReentrantLock → Lock
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newCondition(): Condition
- Definition Classes
- ReentrantLock → Lock
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ReentrantLock → AnyRef → Any
- def tryLock(arg0: Long, arg1: TimeUnit): Boolean
- Definition Classes
- ReentrantLock → Lock
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def tryLock(): Boolean
- Definition Classes
- ReentrantLock → Lock
- def unlock(): Unit
- Definition Classes
- ReentrantLock → Lock
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def withGuard[T](body: => T): T
- Annotations
- @inline()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)