クラス GeoResult< T >

java.lang.ObjectSE
org.springframework.data.geo.GeoResult<T>
実装されているすべてのインターフェース:
SerializableSE

public final class GeoResult<T> extends ObjectSE implements SerializableSE
任意のオブジェクトと距離をキャプチャーした値オブジェクト。
導入:
1.8
作成者:
Oliver Gierke, Thomas Darimont
関連事項:
  • コンストラクターの詳細

    • GeoResult

      public GeoResult(T content, Distance distance)
  • メソッドの詳細

    • getContent

      public T getContent()
    • getDistance

      public Distance getDistance()
    • equals

      public boolean equals(@Nullable ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString