public class ValueBound<U extends Comparable<? super U>> extends AbstractBound
Represents value bounds of window frame
Constructor and description |
---|
ValueBound(U lower, U upper) Construct a new ValueBound instance with lower and upper frame bounds |
Methods inherited from class | Name |
---|---|
class AbstractBound |
getLower, getUpper |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.