Interface LongObjectProcedure<VType>



  • @Generated(date="2015-05-07T09:33:03+0200",
               value="KTypeVTypeProcedure.java")
    public interface LongObjectProcedure<VType>
    A procedure that applies to long, Object pairs.
    • Method Summary

      Modifier and Type Method and Description
      void apply(long key, VType value)
       
    • Method Detail

      • apply

        void apply(long key,
                   VType value)