MCPcopy Create free account
hub / github.com/ReadyTalk/avian / equals

Method equals

classpath/java/nio/ByteBuffer.java:97–99  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

95 }
96
97 public boolean equals(Object o) {
98 return o instanceof ByteBuffer && compareTo((ByteBuffer) o) == 0;
99 }
100
101 public byte[] array() {
102 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected