Package io.opencensus.implcore.trace.internal
-
Interface Summary Interface Description ConcurrentIntrusiveList.Element<T extends ConcurrentIntrusiveList.Element<T>> This is an interface that must be implemented by any element that usesConcurrentIntrusiveList. -
Class Summary Class Description ConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>> AnConcurrentIntrusiveList<T>is a doubly-linked list where the link pointers are embedded in the elements.RandomHandler Abstract class to access the currentRandom.RandomHandler.SecureRandomHandler Implementation of theRandomHandlerusingSecureRandom.