Interface Boolean


public interface Boolean
Denotes the object as being automatically convertible to java boolean type.
  • Method Summary

    Modifier and Type Method Description
    boolean getValue()  
  • Method Details