return 31 * (aggregationType != null ? aggregationType.hashCode() : 0) + path.hashCode(); | return 31 * (aggregationType != null ? aggregationType.hashCode() : 0) + Arrays.hashCode(path); | path.hashCode() | Arrays.hashCode(path) | infinispan | 6557ea138fcdf9d26aa6095a4912a8801dc48556 | org.infinispan.objectfilter.PropertyPath | | | | | | Uses | True |