java.lang.Object
org.elasticsearch.xpack.core.inference.DequeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleandequeEquals(Deque<?> thisDeque, Deque<?> otherDeque) static intdequeHashCode(Deque<?> deque) static <T> Deque<T> of(T elem) static <T> Deque<T> readDeque(StreamInput in, Writeable.Reader<T> reader)
-
Method Details
-
readDeque
- Throws:
IOException
-
dequeEquals
-
dequeHashCode
-
of
-