Interface IdentityTable<T>

Type Parameters:
T - the table entry type

public interface IdentityTable<T>
Generic identity table.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.common.function.ExceptionBiConsumer<org.jboss.marshalling.Marshaller,T,IOException>
    findWriter(T object)
     
    static <T> IdentityTable<T>
    from(List<T> objects)
     
    read(org.jboss.marshalling.Unmarshaller unmarshaller)
     
  • Method Details

    • findWriter

      org.wildfly.common.function.ExceptionBiConsumer<org.jboss.marshalling.Marshaller,T,IOException> findWriter(T object)
    • read

      T read(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException
      Throws:
      IOException
    • from

      static <T> IdentityTable<T> from(List<T> objects)