Class Cache.PopularityKey

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class Cache.PopularityKey
     implements Serializable
                        

    A key class for storing popularity distributions in a 2D coordinate system.

    Used internally to map (item class, job class) pairs to their popularity distributions.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cache.PopularityKey

        Cache.PopularityKey(int x, int y)