public final class DataObjectsUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsBody(io.vertx.core.buffer.Buffer self,
io.vertx.core.buffer.Buffer that)
Equality operator for Buffer objects.
|
static boolean |
equalsMultiMap(io.vertx.reactivex.core.MultiMap self,
io.vertx.reactivex.core.MultiMap that)
Equality operator for MultiMap objects.
|
static int |
multiMapHash(io.vertx.reactivex.core.MultiMap multiMap)
Method computing hashCode of the give MultiMap.
|
static String |
toString(io.vertx.reactivex.core.MultiMap multiMap)
toString() implementation for MultiMap object
|
public static boolean equalsMultiMap(io.vertx.reactivex.core.MultiMap self,
io.vertx.reactivex.core.MultiMap that)
self - - compared MultiMap object selfthat - - compared MultiMap object thatpublic static boolean equalsBody(io.vertx.core.buffer.Buffer self,
io.vertx.core.buffer.Buffer that)
self - - compared Buffer object selfthat - - compared Buffer object thatpublic static int multiMapHash(io.vertx.reactivex.core.MultiMap multiMap)
multiMap - - object to compute hashcode fromMultiMap objectpublic static String toString(io.vertx.reactivex.core.MultiMap multiMap)
multiMap - - MultiMapCopyright © 2016–2020. All rights reserved.