Method: HBase::ByteArray#hash
- Defined in:
- lib/hbase-jruby/byte_array.rb
#hash ⇒ Fixnum
Returns a hash number for the byte array
160 161 162 |
# File 'lib/hbase-jruby/byte_array.rb', line 160 def hash Arrays.java_send(:hashCode, [Util::JAVA_BYTE_ARRAY_CLASS], @java) end |