Example #1
0
 public int hashCode() {
   return mStream.hashCode();
 }
Example #2
0
 public int hashCode() {
   return delegate.hashCode();
 }
 public int hashCode() {
   return currentStream.hashCode();
 }