List of usage examples for io.netty.buffer ByteBufUtil hashCode
public static int hashCode(ByteBuf buffer)
From source file:net.tomp2p.storage.AlternativeCompositeByteBuf.java
License:Apache License
@Override public int hashCode() { return ByteBufUtil.hashCode(this); }