Uses of Interface
org.springframework.data.util.ReadWriteLock
Packages that use ReadWriteLock
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of ReadWriteLock in org.springframework.data.util
Methods in org.springframework.data.util that return ReadWriteLockModifier and TypeMethodDescriptionstatic ReadWriteLock
ReadWriteLock.of
(ReadWriteLock delegate) Create a newReadWriteLock
adapter for the givendelegate
.