File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
android/guava/src/com/google/common/hash
guava/src/com/google/common/hash Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1414
1515package com .google .common .hash ;
1616
17- import com .google .common .annotations .Beta ;
1817import com .google .common .primitives .Ints ;
1918import com .google .errorprone .annotations .Immutable ;
2019import java .nio .ByteBuffer ;
116115 * @author Kevin Bourrillion
117116 * @since 11.0
118117 */
119- @ Beta
120118@ Immutable
121119@ ElementTypesAreNonnullByDefault
122120public interface HashFunction {
Original file line number Diff line number Diff line change 1414
1515package com .google .common .hash ;
1616
17- import com .google .common .annotations .Beta ;
1817import com .google .common .primitives .Ints ;
1918import com .google .errorprone .annotations .Immutable ;
2019import java .nio .ByteBuffer ;
116115 * @author Kevin Bourrillion
117116 * @since 11.0
118117 */
119- @ Beta
120118@ Immutable
121119@ ElementTypesAreNonnullByDefault
122120public interface HashFunction {
You can’t perform that action at this time.
0 commit comments