代码搜索:boolean

找到约 10,000 项符合「boolean」的源代码

代码结果 10,000
www.eeworm.com/read/126884/6010538

java datastate.java

package org.trinet.jdbc.datatypes; /** This interface is implemented by any class desiring to define object data states of Update, Null, and Mutable. * Classes DataTableRow, DataObject, and DataStnC
www.eeworm.com/read/126884/6010677

java lockable.java

package org.trinet.jasi; /** * Lockable.java * * * Created: Tue Aug 15 16:43:00 2000 * * @author Doug Given * @version */ public interface Lockable { /** Lock this ob
www.eeworm.com/read/126884/6010707

java magnitude.java

package org.trinet.jasi; import java.sql.Connection; import java.text.*; import java.util.*; import org.trinet.jasi.coda.*; import org.trinet.jdbc.datatypes.*; // for DataObjects import org.
www.eeworm.com/read/126884/6010716

java solutionlock.java

package org.trinet.jasi; import java.util.Collection; import org.trinet.util.*; /** Lock a Solution so multiple data applications that access the data will not * conflict. The concrete class
www.eeworm.com/read/126884/6010923

java numberrangeif.java

//TODO - change method parameters to generic Object type and integrate with DataObjectRangeIF. package org.trinet.util; public interface NumberRangeIF { /** Returns a reference to the object repr
www.eeworm.com/read/126824/6011767

java irbacsession.java

/* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights
www.eeworm.com/read/126824/6011773

java abstractrole.java

/* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights *
www.eeworm.com/read/126824/6011774

java irole.java

/* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights *
www.eeworm.com/read/126641/6015802

h macsocket.h

#pragma once #ifdef __cplusplus extern "C" { #endif enum { kMacSocket_TimeoutErr = -2 }; // Since MacSocket does busy waiting, I do a callback while waiting typedef OSErr (*MacSocket_IdleWait
www.eeworm.com/read/126061/6019151

java breeder.java

/* * This file is part of JGAP. * * JGAP offers a dual license model containing the LGPL as well as the MPL. * * For licencing information please see the file license.txt included with JGAP