public class LongArithmeticSemiring extends Object implements Semiring<Long>
LongArithmeticSemiring()
Long
add(Long x, Long y)
infinity()
multiply(Long x, Long y)
zero()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongArithmeticSemiring()
public Long add(Long x, Long y)
add
Semiring<Long>
public Long multiply(Long x, Long y)
multiply
public Long infinity()
public Long zero()
zero
Copyright © 2017. All rights reserved.