Class RowResult<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RowResult<T>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static <T> RowResult<T> of​(Cell cell,
                                          T value)
      • create

        public static <T> RowResult<T> create​(byte[] row,
                                              java.util.SortedMap<byte[],​T> columns)
      • getRowName

        public byte[] getRowName()
      • getColumns

        public java.util.NavigableMap<byte[],​T> getColumns()
      • getCellSet

        public java.util.Set<Cell> getCellSet()
      • getOrderingByRowName

        public static <T> com.google.common.collect.Ordering<RowResult<T>> getOrderingByRowName()
      • getOrderingByRowName

        public static <T> com.google.common.collect.Ordering<RowResult<T>> getOrderingByRowName​(boolean reverse)
      • getRowNameFun

        public static <T> com.google.common.base.Function<RowResult<T>,​byte[]> getRowNameFun()
      • getOnlyColumnValue

        public T getOnlyColumnValue()
      • getCells

        public java.lang.Iterable<java.util.Map.Entry<Cell,​T>> getCells()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object